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