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.
TE_DEFINE_VISITABLE Function(const std::string &name)
Constructor.
This class models a string Literal value.
ST_Relate(const ST_Relate &rhs)
Copy constructor.
ST_Relate & operator=(const ST_Relate &rhs)
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.
Expression * clone() const
It creates a new copy of this expression.
A class that models a Function expression.
Namespace for the DataAccess API of TerraLib.
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.