27 #include "../common/Distance.h" 
   28 #include "../geometry/Geometry.h" 
te::gm::Geometry * getGeometry() const 
It returns the geometry. 
void setGeometry(te::gm::Geometry *g)
It sets the geometry. 
te::common::Distance * getDistance() const 
It returns the distance. 
void setDistance(te::common::Distance *d)
It sets the distance. 
A spatial operator determines whether its geometric arguments satisfy the stated spatial relationship...
virtual ~DistanceBuffer()
Destructor. 
void setProperty(PropertyName *p)
It sets property name. 
This class is used to encode the name of any property of an object. 
PropertyName * getProperty() const 
It returns the property name. 
Distance buffer operator. 
Geometry is the root class of the geometries hierarchy, it follows OGC and ISO standards. 
DistanceBuffer(const char *opName=0)
It initializes the DistanceBuffer operator. 
A given distance has a measurement and a unit-of-measure.