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);
A class that models the description of a dataset.
Geometry is the root class of the geometries hierarchy, it follows OGC and ISO standards.
A class that represents an R-tree.
Define input/output parameters for an operation.
static void threadSave(GroupThreadManager *manager)
static void threadUnion(GroupThreadManager *manager)
te::sam::rtree::Index< size_t, 8 > * DataSetRTree
bool executeQuery(te::vp::AlgorithmParams *mainParams)
bool executeMemory(te::vp::AlgorithmParams *mainParams)
GeomType
Each enumerated type is compatible with a Well-known Binary (WKB) type code.
std::vector< std::string > GetDissolveProps(const std::map< std::string, te::dt::AbstractData * > &specificParams)
bool IsCollection(const std::map< std::string, te::dt::AbstractData * > &specificParams)
std::vector< te::gm::Geometry * > ExtractGeometry(te::gm::Geometry &inputGeometry, const te::gm::GeomType &outputGeomType)
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)
std::map< te::dt::Property *, std::vector< te::stat::StatisticalSummary > > GetSummaryProps(const std::map< std::string, te::dt::AbstractData * > &specificParams)
te::da::DataSetType * GetOutputDataSetType(te::vp::AlgorithmParams *mainParams)
te::gm::GeomType SetGeomResultType(const te::gm::GeomType &geomType, const bool &isCollection)
#define TEVPEXPORT
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).