28 #ifndef __TERRALIB_VP_INTERNAL_AGGREGATION_OP_H
29 #define __TERRALIB_VP_INTERNAL_AGGREGATION_OP_H
33 #include "../dataaccess/dataset/DataSet.h"
34 #include "../dataaccess/dataset/DataSetTypeConverter.h"
35 #include "../dataaccess/dataset/ObjectIdSet.h"
36 #include "../dataaccess/datasource/DataSource.h"
38 #include "../datatype/Property.h"
40 #include "../memory/DataSet.h"
41 #include "../statistics/core/Enums.h"
64 virtual bool run() = 0;
66 virtual bool paramsAreValid();
69 std::string inDsetName,
70 std::auto_ptr<te::da::DataSetTypeConverter> converter,
73 void setParams(std::vector<te::dt::Property*>& groupProps,
74 std::map<
te::dt::Property*, std::vector<te::stat::StatisticalSummary> >&statSum);
89 std::map<te::dt::Property*, std::vector<te::stat::StatisticalSummary> >
m_statSum;
96 #endif // __TERRALIB_VP_INTERNAL_AGGREGATION_OP_H
te::da::DataSourcePtr m_inDsrc
#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.
boost::shared_ptr< DataSource > DataSourcePtr
std::vector< te::dt::Property * > m_groupProps
std::auto_ptr< te::da::DataSetTypeConverter > m_converter
It models a property definition.
te::da::DataSourcePtr m_outDsrc
std::map< te::dt::Property *, std::vector< te::stat::StatisticalSummary > > m_statSum
This class represents a set of unique ids created in the same context. i.e. from the same data set...
Enumerations related to Vector Processing module.
const te::da::ObjectIdSet * m_oidSet
Configuration flags for the Terrralib Vector Processing module.