DistanceBuffer operator: DWithin. More...
#include <DWithin.h>
  
Public Types | |
| typedef void | ReturnType | 
| typedef Visitor | VisitorType | 
Public Member Functions | |
| virtual ReturnType | accept (VisitorType &guest) const=0 | 
| It call the visit method from the guest object.  More... | |
Initializer Methods  | |
Methods related to instantiation and destruction.  | |
| DWithin (PropertyName *p, te::gm::Geometry *g, te::common::Distance *d) | |
| Constructor.  More... | |
| ~DWithin () | |
| Destructor.  More... | |
Accessor methods  | |
Methods used to get or set properties.  | |
| const char * | getName () const | 
| It returns the operator name.  More... | |
| void | setName (const char *opName) | 
| It sets the operator name.  More... | |
Protected Attributes | |
Not Allowed Methods  | |
No copy allowed.  | |
| const char * | m_name | 
| Operator name.  More... | |
Accessor methods | |
| void | setProperty (PropertyName *p) | 
| It sets property name.  More... | |
| PropertyName * | getProperty () const | 
| It returns the property name.  More... | |
| void | setGeometry (te::gm::Geometry *g) | 
| It sets the geometry.  More... | |
| te::gm::Geometry * | getGeometry () const | 
| It returns the geometry.  More... | |
| void | setDistance (te::common::Distance *d) | 
| It sets the distance.  More... | |
| te::common::Distance * | getDistance () const | 
| It returns the distance.  More... | |
| SpatialOp * | clone () const | 
| It creates a new copy of this object.  More... | |
| PropertyName * | m_property | 
| A geometric property. (Mandatory, if m_geom is not specified)  More... | |
| te::gm::Geometry * | m_geom | 
| Geometry literal. (Mandatory, if m_property is not specified)  More... | |
| te::common::Distance * | m_d | 
| Distance. (mandatory)  More... | |
      
  | 
  inherited | 
Definition at line 58 of file BaseVisitable.h.
      
  | 
  inherited | 
Definition at line 57 of file BaseVisitable.h.
      
  | 
  inline | 
      
  | 
  pure virtualinherited | 
It call the visit method from the guest object.
| guest | The guest or visitor. | 
      
  | 
  virtualinherited | 
It creates a new copy of this object.
Implements te::fe::AbstractOp.
      
  | 
  inherited | 
It returns the distance.
      
  | 
  inherited | 
It returns the geometry.
      
  | 
  inlineinherited | 
      
  | 
  inherited | 
It returns the property name.
      
  | 
  inherited | 
It sets the distance.
| d | The distance. | 
      
  | 
  inherited | 
It sets the geometry.
| g | The geometry. | 
      
  | 
  inlineinherited | 
It sets the operator name.
| opName | The operator name. | 
Definition at line 89 of file AbstractOp.h.
      
  | 
  inherited | 
It sets property name.
| p | The property name. | 
      
  | 
  protectedinherited | 
Distance. (mandatory)
Definition at line 159 of file DistanceBuffer.h.
      
  | 
  protectedinherited | 
Geometry literal. (Mandatory, if m_property is not specified)
Definition at line 158 of file DistanceBuffer.h.
      
  | 
  protectedinherited | 
Operator name.
Definition at line 123 of file AbstractOp.h.
      
  | 
  protectedinherited | 
A geometric property. (Mandatory, if m_geom is not specified)
Definition at line 157 of file DistanceBuffer.h.