Distance buffer operator. More...
#include <DistanceBuffer.h>
  
 Public Types | |
| typedef R | 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.  | |
| DistanceBuffer (const char *opName=0) | |
| It initializes the DistanceBuffer operator.  More... | |
| DistanceBuffer (const char *opName, PropertyName *p, te::gm::Geometry *g, te::common::Distance *d) | |
| It initializes the DistanceBuffer operator.  More... | |
| virtual | ~DistanceBuffer () | 
| Destructor.  More... | |
Accessor methods  | |
Methods used to get or set properties.  | |
| 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... | |
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 | |
| te::common::Distance * | m_d | 
| Distance. (mandatory)  More... | |
| te::gm::Geometry * | m_geom | 
| Geometry literal. (Mandatory, if m_property is not specified)  More... | |
| const char * | m_name | 
| Operator name.  More... | |
| PropertyName * | m_property | 
| A geometric property. (Mandatory, if m_geom is not specified)  More... | |
Distance buffer operator.
The following operators are defined in the Filter Encoding specification:
Definition at line 59 of file DistanceBuffer.h.
      
  | 
  inherited | 
Definition at line 58 of file BaseVisitable.h.
      
  | 
  inherited | 
Definition at line 57 of file BaseVisitable.h.
| te::fe::DistanceBuffer::DistanceBuffer | ( | const char * | opName = 0 | ) | 
It initializes the DistanceBuffer operator.
| opName | The operator name. | 
Definition at line 32 of file DistanceBuffer.cpp.
| te::fe::DistanceBuffer::DistanceBuffer | ( | const char * | opName, | 
| PropertyName * | p, | ||
| te::gm::Geometry * | g, | ||
| te::common::Distance * | d | ||
| ) | 
It initializes the DistanceBuffer operator.
| opName | The operator name. | 
Definition at line 40 of file DistanceBuffer.cpp.
      
  | 
  virtual | 
Destructor.
Definition at line 51 of file DistanceBuffer.cpp.
      
  | 
  pure virtualinherited | 
It call the visit method from the guest object.
| guest | The guest or visitor. | 
| te::common::Distance * te::fe::DistanceBuffer::getDistance | ( | ) | const | 
It returns the distance.
Definition at line 86 of file DistanceBuffer.cpp.
Referenced by DistanceBufferOpWriter(), and te::map::QueryEncoder::visit().
| te::gm::Geometry * te::fe::DistanceBuffer::getGeometry | ( | ) | const | 
It returns the geometry.
Definition at line 75 of file DistanceBuffer.cpp.
Referenced by DistanceBufferOpWriter(), and te::map::QueryEncoder::visit().
      
  | 
  inlineinherited | 
It returns the operator name.
Definition at line 82 of file AbstractOp.h.
Referenced by GetQualifiedName(), te::map::QueryEncoder::visit(), and te::fe::serialize::AbstractOp::write().
| te::fe::PropertyName * te::fe::DistanceBuffer::getProperty | ( | ) | const | 
It returns the property name.
Definition at line 64 of file DistanceBuffer.cpp.
Referenced by DistanceBufferOpWriter(), and te::map::QueryEncoder::visit().
| void te::fe::DistanceBuffer::setDistance | ( | te::common::Distance * | d | ) | 
It sets the distance.
| d | The distance. | 
Definition at line 80 of file DistanceBuffer.cpp.
| void te::fe::DistanceBuffer::setGeometry | ( | te::gm::Geometry * | g | ) | 
It sets the geometry.
| g | The geometry. | 
Definition at line 69 of file DistanceBuffer.cpp.
      
  | 
  inlineinherited | 
It sets the operator name.
| opName | The operator name. | 
Definition at line 89 of file AbstractOp.h.
| void te::fe::DistanceBuffer::setProperty | ( | PropertyName * | p | ) | 
It sets property name.
| p | The property name. | 
Definition at line 58 of file DistanceBuffer.cpp.
      
  | 
  protected | 
Distance. (mandatory)
Definition at line 156 of file DistanceBuffer.h.
      
  | 
  protected | 
Geometry literal. (Mandatory, if m_property is not specified)
Definition at line 155 of file DistanceBuffer.h.
      
  | 
  protectedinherited | 
Operator name.
Definition at line 120 of file AbstractOp.h.
      
  | 
  protected | 
A geometric property. (Mandatory, if m_geom is not specified)
Definition at line 154 of file DistanceBuffer.h.