28 #ifndef __TERRALIB_VP_INTERNAL_DISSOLVE_H    29 #define __TERRALIB_VP_INTERNAL_DISSOLVE_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 "../geometry/Enums.h"    40 #include "../memory/DataSet.h"    42 #include "../statistics/core/SummaryFunctions.h"    59         const std::map<std::string, te::dt::AbstractData*>& specificParams);
    61     std::map<te::dt::Property*, std::vector<te::stat::StatisticalSummary> >
    63         const std::map<std::string, te::dt::AbstractData*>& specificParams);
    66         const std::map<std::string, te::dt::AbstractData*>& specificParams);
    72                                        const bool& isCollection);
    79         const std::vector<te::mem::DataSetItem*> inputItens,
    80         const std::map<std::string, te::dt::AbstractData*> specificParams,
    81         std::vector<te::mem::DataSetItem*>& outputItemVec);
    83     class GroupThreadManager;
   108 #endif // __TERRALIB_VP_INTERNAL_DISSOLVE_H te::sam::rtree::Index< size_t, 8 > * DataSetRTree
 
#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. 
 
void PopulateItems(const te::da::DataSetType *inputDataSetType, const std::vector< te::mem::DataSetItem *> inputItens, const std::map< std::string, te::dt::AbstractData *> specificParams, std::vector< te::mem::DataSetItem *> &outputItemVec)
 
A class that represents an R-tree. 
 
A class that models the description of a dataset. 
 
te::gm::GeomType SetGeomResultType(const te::gm::GeomType &geomType, const bool &isCollection)
 
std::vector< std::string > GetDissolveProps(const std::map< std::string, te::dt::AbstractData *> &specificParams)
 
Define input/output parameters for an operation. 
 
std::vector< te::gm::Geometry * > ExtractGeometry(te::gm::Geometry &inputGeometry, const te::gm::GeomType &outputGeomType)
 
Geometry is the root class of the geometries hierarchy, it follows OGC and ISO standards. 
 
std::map< te::dt::Property *, std::vector< te::stat::StatisticalSummary > > GetSummaryProps(const std::map< std::string, te::dt::AbstractData *> &specificParams)
 
Configuration flags for the Terrralib Vector Processing module. 
 
te::da::DataSetType * GetOutputDataSetType(te::vp::AlgorithmParams *mainParams)
 
bool IsCollection(const std::map< std::string, te::dt::AbstractData *> &specificParams)