26#ifndef __TERRALIB_FE_INTERNAL_BBOXOP_H
27#define __TERRALIB_FE_INTERNAL_BBOXOP_H
#define TE_DEFINE_VISITABLE
A spatial operator determines whether its geometric arguments satisfy the stated spatial relationship...
An abstract interface for operators.
BBOXOp()
It initializes a new BBOXOp.
void setEnvelope(te::gml::Envelope *e)
It sets the envelope.
BBOXOp(PropertyName *p, te::gml::Envelope *e)
It initializes a new BBOXOp.
te::gml::Envelope * m_envelope
Bounding box constraint. (Mandatory)
void setProperty(PropertyName *p)
It sets property name.
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. (theoretically it is optional, but it is required by the XML schema)
PropertyName * getProperty() const
It returns the property name.
This class is used to encode the name of any property of an object.
SpatialOp(const char *opName=0)
It initializes the SpatialOp.
Envelope defines an extent using a pair of positions defining opposite corners in arbitrary dimension...
Namespace for the Filter Encoding module of TerraLib.
This is the namespace for the GML module.
#define TEFEEXPORT
You can use this macro in order to export/import classes and functions from this module.