#include <AggregationOp.h>
Public Member Functions | |
| AggregationOp () | |
| virtual bool | paramsAreValid () |
| virtual bool | run ()=0 |
| void | setInput (te::da::DataSourcePtr inDsrc, std::string inDsetName, std::auto_ptr< te::da::DataSetTypeConverter > converter, const te::da::ObjectIdSet *oidSet=0) |
| void | setOutput (te::da::DataSourcePtr outDsrc, std::string dsname) |
| void | setParams (std::vector< te::dt::Property * > &groupProps, std::map< te::dt::Property *, std::vector< te::stat::StatisticalSummary > > &statSum) |
| virtual | ~AggregationOp () |
Protected Member Functions | |
| te::gm::GeomType | getGeomResultType (te::gm::GeomType geom) |
Protected Attributes | |
| std::auto_ptr< te::da::DataSetTypeConverter > | m_converter |
| std::vector< te::dt::Property * > | m_groupProps |
| std::string | m_inDsetName |
| te::da::DataSourcePtr | m_inDsrc |
| const te::da::ObjectIdSet * | m_oidSet |
| std::string | m_outDset |
| te::da::DataSourcePtr | m_outDsrc |
| std::map< te::dt::Property *, std::vector< te::stat::StatisticalSummary > > | m_statSum |
Definition at line 56 of file AggregationOp.h.
| te::vp::AggregationOp::AggregationOp | ( | ) |
|
inlinevirtual |
Definition at line 62 of file AggregationOp.h.
|
protected |
|
virtual |
|
pure virtual |
Implemented in te::vp::AggregationMemory, and te::vp::AggregationQuery.
| void te::vp::AggregationOp::setInput | ( | te::da::DataSourcePtr | inDsrc, |
| std::string | inDsetName, | ||
| std::auto_ptr< te::da::DataSetTypeConverter > | converter, | ||
| const te::da::ObjectIdSet * | oidSet = 0 |
||
| ) |
| void te::vp::AggregationOp::setOutput | ( | te::da::DataSourcePtr | outDsrc, |
| std::string | dsname | ||
| ) |
| void te::vp::AggregationOp::setParams | ( | std::vector< te::dt::Property * > & | groupProps, |
| std::map< te::dt::Property *, std::vector< te::stat::StatisticalSummary > > & | statSum | ||
| ) |
|
protected |
Definition at line 85 of file AggregationOp.h.
|
protected |
Definition at line 88 of file AggregationOp.h.
|
protected |
Definition at line 84 of file AggregationOp.h.
|
protected |
Definition at line 83 of file AggregationOp.h.
|
protected |
Definition at line 86 of file AggregationOp.h.
|
protected |
Definition at line 92 of file AggregationOp.h.
|
protected |
Definition at line 91 of file AggregationOp.h.
|
protected |
Definition at line 89 of file AggregationOp.h.