All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
AbstractOp.cpp File Reference

Auxiliary classes and functions to serialize filter operations from a XML document. More...

Go to the source code of this file.

Functions

std::string GetQualifiedName (const te::fe::AbstractOp *op)
 
te::fe::AbstractOpBinaryComparsionOpReader (const char *opName, te::xml::Reader &reader)
 
te::fe::AbstractOpBetweenReader (const char *opName, te::xml::Reader &reader)
 
te::fe::AbstractOpLikeReader (const char *opName, te::xml::Reader &reader)
 
te::fe::AbstractOpNullReader (const char *opName, te::xml::Reader &reader)
 
te::fe::AbstractOpBinaryLogicOpReader (const char *opName, te::xml::Reader &reader)
 
te::fe::AbstractOpUnaryLogicOpReader (const char *opName, te::xml::Reader &reader)
 
te::fe::AbstractOpBinarySpatialOpReader (const char *opName, te::xml::Reader &reader)
 
te::fe::AbstractOpDistanceBufferReader (const char *opName, te::xml::Reader &reader)
 
te::fe::AbstractOpBBOXReader (const char *opName, te::xml::Reader &reader)
 
void BinaryComparsionOpWriter (const te::fe::AbstractOp *op, te::xml::AbstractWriter &writer)
 
void BetweenWriter (const te::fe::AbstractOp *op, te::xml::AbstractWriter &writer)
 
void LikeWriter (const te::fe::AbstractOp *op, te::xml::AbstractWriter &writer)
 
void NullWriter (const te::fe::AbstractOp *op, te::xml::AbstractWriter &writer)
 
void BinaryLogicOpWriter (const te::fe::AbstractOp *op, te::xml::AbstractWriter &writer)
 
void UnaryLogicOpWriter (const te::fe::AbstractOp *op, te::xml::AbstractWriter &writer)
 
void BinarySpatialOpWriter (const te::fe::AbstractOp *op, te::xml::AbstractWriter &writer)
 
void DistanceBufferOpWriter (const te::fe::AbstractOp *op, te::xml::AbstractWriter &writer)
 
void BBOXWriter (const te::fe::AbstractOp *op, te::xml::AbstractWriter &writer)
 

Detailed Description

Auxiliary classes and functions to serialize filter operations from a XML document.

Definition in file AbstractOp.cpp.

Function Documentation