28#ifndef __TERRALIB_VP_INTERNAL_DISSOLVE_H
29#define __TERRALIB_VP_INTERNAL_DISSOLVE_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.
It models a property definition.
A set of functions to calculate the statistic summary from a set of values.
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.
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)
A dataset is the unit of information manipulated by the data access module of TerraLib.
An abstract class for data providers like a DBMS, Web Services or a regular file.
Enumerations related to Geometry module.
Implementation of a random-access dataset class for the TerraLib In-Memory Data Access driver.
GeomType
Each enumerated type is compatible with a Well-known Binary (WKB) type code.
Namespace for Vector Processing module of TerraLib.
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)
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)
std::vector< te::gm::Geometry * > ExtractGeometry(te::gm::Geometry &inputGeometry, const te::gm::GeomType &outputGeomType)
te::da::DataSetType * GetOutputDataSetType(te::vp::AlgorithmParams *mainParams)
te::gm::GeomType SetGeomResultType(const te::gm::GeomType &geomType, const bool &isCollection)
This file contains include headers for TerraLib Spatial Access Methods module.
Configuration flags for the Terrralib Vector Processing module.
#define TEVPEXPORT
You can use this macro in order to export/import classes and functions from this module.