26 #ifndef __TERRALIB_FE_INTERNAL_SPATIALOPERATORS_H 
   27 #define __TERRALIB_FE_INTERNAL_SPATIALOPERATORS_H 
   40     class SpatialOperator;
 
size_t size() const
It returns the number of operators.
 
void push_back(SpatialOperator *sOp)
It adds the spatial operator to the list.
 
~SpatialOperators()
Destructor.
 
std::vector< SpatialOperator * > m_spatialOperators
Mandatory at least one.
 
SpatialOperators()
It initializes a new SpatialOperators.
 
const SpatialOperator * operator[](size_t i) const
It returns a specified operator.
 
#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).