26#ifndef __TERRALIB_FE_INTERNAL_SPATIALCAPABILITIES_H
27#define __TERRALIB_FE_INTERNAL_SPATIALCAPABILITIES_H
~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.
SpatialOperators * m_spatialOperators
Mandatory.
const GeometryOperands * getGeometryOperands() const
It returns the geometry operands.
SpatialCapabilities()
It initializes a new SpatialCapabilities.
GeometryOperands * m_geometryOperands
Mandatory.
Namespace for the Filter Encoding module of TerraLib.
Configuration flags for the TerraLib Filter Encoding module.
#define TEFEEXPORT
You can use this macro in order to export/import classes and functions from this module.