26#ifndef __TERRALIB_DATAACCESS_INTERNAL_LITERALGEOM_H 
   27#define __TERRALIB_DATAACCESS_INTERNAL_LITERALGEOM_H 
   35  namespace gm { 
class Geometry; }
 
#define TE_DEFINE_VISITABLE
 
This is an abstract class that models a query expression.
 
A class that models a literal for Geometry values.
 
LiteralGeom & operator=(const LiteralGeom &rhs)
 
LiteralGeom(const LiteralGeom &rhs)
Copy constructor.
 
~LiteralGeom()
Destructor.
 
LiteralGeom(const te::gm::Geometry &g)
Constructor.
 
TE_DEFINE_VISITABLE LiteralGeom(te::gm::Geometry *g)
Constructor.
 
Expression * clone() const
It creates a new copy of this expression.
 
This class models a literal value.
 
Geometry is the root class of the geometries hierarchy, it follows OGC and ISO standards.
 
This class can be used to represent literal values.
 
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.