27 #include "../gml/Envelope.h" const std::string & getName() const
It returns the property name.
te::gm::Envelope * getCoordinates() const
A convenient and more compact way of encoding the very common bounding box constraint based on an env...
te::gml::Envelope * m_envelope
Bounding box constraint. (Mandatory)
A convenient and more compact way of encoding the very common bounding box constraint based on an env...
A spatial operator determines whether its geometric arguments satisfy the stated spatial relationship...
void setEnvelope(te::gml::Envelope *e)
It sets the envelope.
PropertyName * m_property
A geometric property. (theoretically it is optional, but it is required by the XML schema) ...
An static class with global definitions.
te::gml::Envelope * getEnvelope() const
It returns the envelope.
This class is used to encode the name of any property of an object.
An static class with global definitions.
Envelope defines an extent using a pair of positions defining opposite corners in arbitrary dimension...
An abstract interface for operators.
PropertyName * getProperty() const
It returns the property name.
void setProperty(PropertyName *p)
It sets property name.
AbstractOp * clone() const
It creates a new copy of this object.
BBOXOp()
It initializes a new BBOXOp.