Binary spatial operator: Crosses. More...
#include <Crosses.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. | |
Crosses (PropertyName *p, te::gm::Geometry *g) | |
Constructor. More... | |
Crosses (PropertyName *p, te::gml::Envelope *e) | |
Constructor. More... | |
~Crosses () | |
Destructor. More... | |
Accessor methods | |
Methods used to get or set properties. | |
void | setProperty (PropertyName *p) |
It sets the 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 | setEnvelope (te::gml::Envelope *e) |
It sets the envelope. More... | |
te::gml::Envelope * | getEnvelope () const |
It returns the envelope. 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::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) More... | |
te::gm::Geometry * | m_geom |
A literal geometric value. (It must be omitted if m_envelope is given) More... | |
const char * | m_name |
Operator name. More... | |
PropertyName * | m_property |
A geometric property. (Mandatory) More... | |
|
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. |
|
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 178 of file BinarySpatialOp.h.
|
protectedinherited |
A literal geometric value. (It must be omitted if m_envelope is given)
Definition at line 177 of file BinarySpatialOp.h.
|
protectedinherited |
Operator name.
Definition at line 120 of file AbstractOp.h.
|
protectedinherited |
A geometric property. (Mandatory)
Definition at line 176 of file BinarySpatialOp.h.