Binary spatial operator: Equals. More...
#include <Equals.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.   | |
Initializer Methods  | |
Methods related to instantiation and destruction.  | |
| Equals (PropertyName *p, te::gm::Geometry *g) | |
| Constructor.   | |
| Equals (PropertyName *p, te::gml::Envelope *e) | |
| Constructor.   | |
| ~Equals () | |
| Destructor.   | |
Accessor methods  | |
Methods used to get or set properties.  | |
| const char * | getName () const | 
| It returns the operator name.   | |
| void | setName (const char *opName) | 
| It sets the operator name.   | |
Protected Attributes | |
Not Allowed Methods  | |
No copy allowed.  | |
| const char * | m_name | 
| Operator name.   | |
Accessor methods | |
Methods used to get or set properties.  | |
| void | setProperty (PropertyName *p) | 
| It sets the property name.   | |
| PropertyName * | getProperty () const | 
| It returns the property name.   | |
| void | setGeometry (te::gm::Geometry *g) | 
| It sets the geometry.   | |
| te::gm::Geometry * | getGeometry () const | 
| It returns the geometry.   | |
| void | setEnvelope (te::gml::Envelope *e) | 
| It sets the envelope.   | |
| te::gml::Envelope * | getEnvelope () const | 
| It returns the envelope.   | |
| AbstractOp * | clone () const | 
| It creates a new copy of this object.   | |
| PropertyName * | m_property | 
| A geometric property. (Mandatory)   | |
| te::gm::Geometry * | m_geom | 
| A literal geometric value. (It must be omitted if m_envelope is given)   | |
| te::gml::Envelope * | m_box | 
| A convenient and more compact way of encoding the very common bounding box constraint. (It must be omitted ig m_box is given)   | |
      
  | 
  inherited | 
Definition at line 58 of file BaseVisitable.h.
      
  | 
  inherited | 
Definition at line 57 of file BaseVisitable.h.
      
  | 
  inline | 
      
  | 
  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 envelope.
      
  | 
  inherited | 
It returns the geometry.
      
  | 
  inlineinherited | 
      
  | 
  inherited | 
It returns the property name.
      
  | 
  inherited | 
It sets the envelope.
| e | The envelope. | 
      
  | 
  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 the property name.
| p | The property name. | 
      
  | 
  protectedinherited | 
A convenient and more compact way of encoding the very common bounding box constraint. (It must be omitted ig m_box is given)
Definition at line 181 of file BinarySpatialOp.h.
      
  | 
  protectedinherited | 
A literal geometric value. (It must be omitted if m_envelope is given)
Definition at line 180 of file BinarySpatialOp.h.
      
  | 
  protectedinherited | 
Operator name.
Definition at line 123 of file AbstractOp.h.
      
  | 
  protectedinherited | 
A geometric property. (Mandatory)
Definition at line 179 of file BinarySpatialOp.h.