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.
Expression * clone() const
It creates a new copy of this expression.
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.
ST_DWithin(const ST_DWithin &rhs)
Copy constructor.
ST_DWithin & operator=(const ST_DWithin &rhs)
TE_DEFINE_VISITABLE ST_DistanceBuffer(const std::string &name, Expression *e, te::gm::Geometry *g, te::common::Distance *d)
Constructor.
Geometry is the root class of the geometries hierarchy, it follows OGC and ISO standards.
Namespace for the DataAccess API of TerraLib.
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.