28 #ifndef __TERRALIB_VP_CORE_INTERNAL_AGGREGATION_H 
   29 #define __TERRALIB_VP_CORE_INTERNAL_AGGREGATION_H 
   32 #include "../datatype/Property.h" 
   33 #include "../geometry/Geometry.h" 
   34 #include "../memory/DataSet.h" 
   35 #include "../statistics/core/Enums.h" 
   46   namespace da { 
class DataSource; }
 
   67                                 const std::vector<te::dt::Property*>& groupingProperties,
 
   68                                 const std::map<
te::dt::Property*, std::vector<te::stat::StatisticalSummary> >& statisticalSummary,
 
   69                                 const std::string& outDataset,
 
   74 #endif  // __TERRALIB_VP_CORE_INTERNAL_AGGREGATION_H 
Enumerations related to Vector Processing module. 
 
TEVPEXPORT bool Aggregation(const std::string &inDataset, te::da::DataSource *inDatasource, const std::vector< te::dt::Property * > &groupingProperties, const std::map< te::dt::Property *, std::vector< te::stat::StatisticalSummary > > &statisticalSummary, const std::string &outDataset, te::da::DataSource *outDatasource)
Executes the Aggregation Geographical Operation and persists the result as a dataset in a given outpu...
 
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. 
 
An exception class for the Vector processing module. 
 
An abstract class for data providers like a DBMS, Web Services or a regular file. ...
 
It models a property definition.