26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_LITERALGEOM_H 
   27 #define __TERRALIB_DATAACCESS_INTERNAL_LITERALGEOM_H 
   35   namespace gm { 
class Geometry; }
 
   69         LiteralGeom(
const LiteralGeom& rhs);
 
   75         LiteralGeom& operator=(
const LiteralGeom& rhs);
 
   84 #endif  // __TERRALIB_DATAACCESS_INTERNAL_LITERALGEOM_H 
This is an abstract class that models a query expression. 
 
This class models a literal value. 
 
#define TE_DEFINE_VISITABLE
 
Geometry is the root class of the geometries hierarchy, it follows OGC and ISO standards. 
 
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A class that models a literal for Geometry values. 
 
This class models a literal value.