28 #ifndef __TERRALIB_VP_INTERNAL_GEOMETRIC_OP_H 
   29 #define __TERRALIB_VP_INTERNAL_GEOMETRIC_OP_H 
   33 #include "../dataaccess/dataset/DataSet.h" 
   34 #include "../dataaccess/dataset/DataSetType.h" 
   35 #include "../dataaccess/datasource/DataSource.h" 
   37 #include "../datatype/Property.h" 
   39 #include "../memory/DataSet.h" 
   40 #include "../statistics/core/Enums.h" 
   63       virtual bool run() = 0;
 
   65       virtual bool paramsAreValid();
 
   68                     std::string inDsetName,
 
   69                     std::auto_ptr<te::da::DataSetType> inDsetType);
 
   71       void setParams(std::vector<std::string> selectedProps, 
 
   72                     std::vector<te::vp::GeometricOperation> operations,
 
   74                     std::string attribute,
 
   77       void setOutput(std::auto_ptr<te::da::DataSource> outDsrc, std::string dsname);
 
   79       std::vector<std::string> GetOutputDSetNames();
 
   84                                           bool MultiGeomColumns,
 
  103 #endif // __TERRALIB_VP_INTERNAL_GEOMETRIC_OP_H 
#define TEVPEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
std::vector< std::string > m_outDsetNameVec
 
boost::shared_ptr< DataSource > DataSourcePtr
 
A class that models the description of a dataset. 
 
std::auto_ptr< te::da::DataSetType > m_inDsetType
 
GeometricOpObjStrategy
Defines the strategy used for the processing of the input geometries. 
 
Enumerations related to Vector Processing module. 
 
std::auto_ptr< te::da::DataSource > m_outDsrc
 
te::da::DataSourcePtr m_inDsrc
 
std::vector< std::string > m_selectedProps
 
std::vector< te::vp::GeometricOperation > m_operations
 
TEDATAACCESSEXPORT DataSetType * GetDataSetType(const std::string &name, const std::string &datasourceId)
 
Configuration flags for the Terrralib Vector Processing module. 
 
te::vp::GeometricOpObjStrategy m_objStrategy
 
std::string m_outDsetName