26#ifndef __TERRALIB_DATAACCESS_INTERNAL_LITERALGEOM_H
27#define __TERRALIB_DATAACCESS_INTERNAL_LITERALGEOM_H
#define TE_DEFINE_VISITABLE
This is an abstract class that models a query expression.
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.
TE_DEFINE_VISITABLE Literal(te::dt::AbstractData *value)
Constructor.
Geometry is the root class of the geometries hierarchy, it follows OGC and ISO standards.
This class models a literal value.
Namespace for the DataAccess API of TerraLib.
Namespace for the Vector Geometry module of TerraLib.
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.