26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_ST_BEYOND_H 
   27 #define __TERRALIB_DATAACCESS_INTERNAL_ST_BEYOND_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 Beyond operator.
 
Expression * clone() const
It creates a new copy of this expression.
 
TE_DEFINE_VISITABLE ST_Beyond(Expression *e, te::gm::Geometry *g, te::common::Distance *d)
Constructor.
 
ST_Beyond & operator=(const ST_Beyond &rhs)
 
ST_Beyond(const Expression &e, const te::gm::Geometry &g, const te::common::Distance &d)
Constructor.
 
ST_Beyond(const ST_Beyond &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.