#include <AggregationMemory.h>
  
 Public Member Functions | |
| AggregationMemory () | |
| std::vector< std::string > | getWarnings () | 
| 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) | 
| ~AggregationMemory () | |
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 | 
| std::vector< std::string > | m_warnings | 
Private Member Functions | |
| std::auto_ptr< te::da::DataSetType > | buildOutDataSetType () | 
| std::map< std::string, double > | calculateNumStats (const std::vector< te::mem::DataSetItem * > &items, std::string &modeProp, std::string &modeName) | 
| std::map< std::string, std::string > | calculateStringStats (const std::vector< te::mem::DataSetItem * > &items) | 
Definition at line 55 of file AggregationMemory.h.
| te::vp::AggregationMemory::AggregationMemory | ( | ) | 
| te::vp::AggregationMemory::~AggregationMemory | ( | ) | 
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  protectedinherited | 
      
  | 
  inherited | 
      
  | 
  virtualinherited | 
      
  | 
  virtual | |||||||||||||
Implements te::vp::AggregationOp.
      
  | 
  inherited | 
      
  | 
  inherited | 
      
  | 
  inherited | 
      
  | 
  protectedinherited | 
Definition at line 87 of file AggregationOp.h.
      
  | 
  protectedinherited | 
Definition at line 90 of file AggregationOp.h.
      
  | 
  protectedinherited | 
Definition at line 86 of file AggregationOp.h.
      
  | 
  protectedinherited | 
Definition at line 85 of file AggregationOp.h.
      
  | 
  protectedinherited | 
Definition at line 88 of file AggregationOp.h.
      
  | 
  protectedinherited | 
Definition at line 96 of file AggregationOp.h.
      
  | 
  protectedinherited | 
Definition at line 95 of file AggregationOp.h.
      
  | 
  protectedinherited | 
Definition at line 91 of file AggregationOp.h.
      
  | 
  protectedinherited | 
Definition at line 93 of file AggregationOp.h.