28 #ifndef __TERRALIB_VP_INTERNAL_BUFFER_OP_H    29 #define __TERRALIB_VP_INTERNAL_BUFFER_OP_H    33 #include "../dataaccess/dataset/DataSet.h"    34 #include "../dataaccess/dataset/DataSetTypeConverter.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::DataSetTypeConverter> converter,
    72       void setParams(
const double& distance,
    73                     const int& bufferPolygonRule,
    74                     const int& bufferBoundariesRule,
    75                     const bool& copyInputColumns,
   103 #endif // __TERRALIB_VP_INTERNAL_BUFFER_OP_H #define TEVPEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
GeomType
Each enumerated type is compatible with a Well-known Binary (WKB) type code. 
 
std::auto_ptr< te::da::DataSetTypeConverter > m_converter
 
boost::shared_ptr< DataSource > DataSourcePtr
 
A class that models the description of a dataset. 
 
const te::da::ObjectIdSet * m_oidSet
 
std::string m_outDsetName
 
This class represents a set of unique ids created in the same context. i.e. from the same data set...
 
int m_bufferBoundariesRule
 
Enumerations related to Vector Processing module. 
 
TEDATAACCESSEXPORT DataSetType * GetDataSetType(const std::string &name, const std::string &datasourceId)
 
Configuration flags for the Terrralib Vector Processing module. 
 
te::da::DataSourcePtr m_inDsrc
 
te::da::DataSourcePtr m_outDsrc