26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_ST_DWITHIN_H
27 #define __TERRALIB_DATAACCESS_INTERNAL_ST_DWITHIN_H
#define TE_DEFINE_VISITABLE
Spatial distance buffer operator.
A given distance has a measurement and a unit-of-measure.
This is an abstract class that models a query expression.
Spatial Distance Buffer Within operator.
ST_DWithin(const Expression &e, const te::gm::Geometry &g, const te::common::Distance &d)
Constructor.
TE_DEFINE_VISITABLE ST_DWithin(Expression *e, te::gm::Geometry *g, te::common::Distance *d)
Constructor.
Expression * clone() const
It creates a new copy of this expression.
ST_DWithin & operator=(const ST_DWithin &rhs)
ST_DWithin(const ST_DWithin &rhs)
Copy constructor.
Spatial Distance Buffer operator.
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.