Go to the documentation of this file.
26 #ifndef __TERRALIB_FE_INTERNAL_SPATIALCAPABILITIES_H
27 #define __TERRALIB_FE_INTERNAL_SPATIALCAPABILITIES_H
37 class GeometryOperands;
38 class SpatialOperators;
134 #endif // __TERRALIB_FE_INTERNAL_SPATIALCAPABILITIES_H
void setGeometryOperands(GeometryOperands *gOps)
It sets the geometry operands.
SpatialOperators * m_spatialOperators
Mandatory.
const SpatialOperators * getSpatialOperators() const
It returns the spatial operators.
GeometryOperands * m_geometryOperands
Mandatory.
#define TEFEEXPORT
You can use this macro in order to export/import classes and functions from this module.
~SpatialCapabilities()
Destructor.
const GeometryOperands * getGeometryOperands() const
It returns the geometry operands.
Spatial capabilities include the ability to filter spatial data.
SpatialCapabilities()
It initializes a new SpatialCapabilities.
Proxy configuration file for TerraView (see terraview_config.h).
void setSpatialOperators(SpatialOperators *sOps)
It sets the spatial operators.