te::vp::AggregationQuery Class Reference

#include <AggregationQuery.h>

Inheritance diagram for te::vp::AggregationQuery:
te::vp::AggregationOp

Public Member Functions

 AggregationQuery ()
 
virtual bool paramsAreValid ()
 
bool run () throw (te::common::Exception)
 
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)
 
 ~AggregationQuery ()
 

Protected Member Functions

te::gm::GeomType getGeomResultType (te::gm::GeomType geom)
 

Protected Attributes

std::auto_ptr< te::da::DataSetTypeConverterm_converter
 
std::vector< te::dt::Property * > m_groupProps
 
std::string m_inDsetName
 
te::da::DataSourcePtr m_inDsrc
 
const te::da::ObjectIdSetm_oidSet
 
std::string m_outDset
 
te::da::DataSourcePtr m_outDsrc
 
std::map< te::dt::Property *, std::vector< te::stat::StatisticalSummary > > m_statSum
 

Detailed Description

Definition at line 54 of file AggregationQuery.h.

Constructor & Destructor Documentation

te::vp::AggregationQuery::AggregationQuery ( )
te::vp::AggregationQuery::~AggregationQuery ( )

Member Function Documentation

te::gm::GeomType te::vp::AggregationOp::getGeomResultType ( te::gm::GeomType  geom)
protectedinherited
virtual bool te::vp::AggregationOp::paramsAreValid ( )
virtualinherited
bool te::vp::AggregationQuery::run ( )
throw (te::common::Exception
)
virtual

Implements te::vp::AggregationOp.

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 
)
inherited
void te::vp::AggregationOp::setOutput ( te::da::DataSourcePtr  outDsrc,
std::string  dsname 
)
inherited
void te::vp::AggregationOp::setParams ( std::vector< te::dt::Property * > &  groupProps,
std::map< te::dt::Property *, std::vector< te::stat::StatisticalSummary > > &  statSum 
)
inherited

Member Data Documentation

std::auto_ptr<te::da::DataSetTypeConverter> te::vp::AggregationOp::m_converter
protectedinherited

Definition at line 85 of file AggregationOp.h.

std::vector<te::dt::Property*> te::vp::AggregationOp::m_groupProps
protectedinherited

Definition at line 88 of file AggregationOp.h.

std::string te::vp::AggregationOp::m_inDsetName
protectedinherited

Definition at line 84 of file AggregationOp.h.

te::da::DataSourcePtr te::vp::AggregationOp::m_inDsrc
protectedinherited

Definition at line 83 of file AggregationOp.h.

const te::da::ObjectIdSet* te::vp::AggregationOp::m_oidSet
protectedinherited

Definition at line 86 of file AggregationOp.h.

std::string te::vp::AggregationOp::m_outDset
protectedinherited

Definition at line 92 of file AggregationOp.h.

te::da::DataSourcePtr te::vp::AggregationOp::m_outDsrc
protectedinherited

Definition at line 91 of file AggregationOp.h.

std::map<te::dt::Property*, std::vector<te::stat::StatisticalSummary> > te::vp::AggregationOp::m_statSum
protectedinherited

Definition at line 89 of file AggregationOp.h.


The documentation for this class was generated from the following file: