26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_ST_RELATE_H
27 #define __TERRALIB_DATAACCESS_INTERNAL_ST_RELATE_H
#define TE_DEFINE_VISITABLE
This is an abstract class that models a query expression.
A class that models a Function expression.
This class models a string Literal value.
Spatial relation function.
ST_Relate(const ST_Relate &rhs)
Copy constructor.
TE_DEFINE_VISITABLE ST_Relate(Expression *g1, Expression *g2, LiteralString *intersectionMatrix=0)
Constructor.
ST_Relate(const Expression &g1, const Expression &g2, const std::string &intersectionMatrix=std::string(""))
Constructor.
ST_Relate & operator=(const ST_Relate &rhs)
Expression * clone() const
It creates a new copy of this expression.
Symbology Encoding functions.
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.