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