#include <GeometricOpMemory.h>
Public Member Functions | |
GeometricOpMemory () | |
std::vector< std::string > | GetOutputDSetNames () |
virtual bool | paramsAreValid () |
bool | run () throw (te::common::Exception) |
void | setInput (te::da::DataSourcePtr inDsrc, std::string inDsetName, std::unique_ptr< te::da::DataSetTypeConverter > converter) |
void | setOutput (std::unique_ptr< da::DataSource > outDsrc, std::string dsname) |
void | setParams (std::vector< std::string > selectedProps, std::vector< te::vp::GeometricOperation > operations, te::vp::GeometricOpObjStrategy objStrategy, std::string attribute) |
~GeometricOpMemory () | |
Protected Member Functions | |
double | CalculateTabularOp (int tabOperation, te::gm::Geometry *geom) |
te::da::DataSetType * | GetDataSetType (te::vp::GeometricOpObjStrategy, bool MultiGeomColumns, int geomOp=-1) |
te::mem::DataSet * | SetAggregByAttribute (te::da::DataSetType *dsType, std::vector< int > tabVec, std::vector< int > geoVec) |
te::mem::DataSet * | SetAggregObj (te::da::DataSetType *dsType, std::vector< int > tabVec, std::vector< int > geoVec) |
te::mem::DataSet * | SetAllObjects (te::da::DataSetType *dsType, std::vector< int > tabVec, std::vector< int > geoVec) |
Protected Attributes | |
std::string | m_attribute |
std::unique_ptr< te::da::DataSetTypeConverter > | m_converter |
std::string | m_inDsetName |
te::da::DataSourcePtr | m_inDsrc |
te::vp::GeometricOpObjStrategy | m_objStrategy |
std::vector< te::vp::GeometricOperation > | m_operations |
std::string | m_outDsetName |
std::vector< std::string > | m_outDsetNameVec |
std::unique_ptr< te::da::DataSource > | m_outDsrc |
std::vector< std::string > | m_selectedProps |
Definition at line 42 of file GeometricOpMemory.h.
te::vp::GeometricOpMemory::GeometricOpMemory | ( | ) |
te::vp::GeometricOpMemory::~GeometricOpMemory | ( | ) |
|
protected |
|
protectedinherited |
|
inherited |
|
virtualinherited |
|
virtual |
Implements te::vp::GeometricOp.
|
protected |
|
protected |
|
protected |
|
inherited |
|
inherited |
|
inherited |
|
protectedinherited |
Definition at line 87 of file GeometricOp.h.
|
protectedinherited |
Definition at line 82 of file GeometricOp.h.
|
protectedinherited |
Definition at line 81 of file GeometricOp.h.
|
protectedinherited |
Definition at line 80 of file GeometricOp.h.
|
protectedinherited |
Definition at line 86 of file GeometricOp.h.
|
protectedinherited |
Definition at line 85 of file GeometricOp.h.
|
protectedinherited |
Definition at line 90 of file GeometricOp.h.
|
protectedinherited |
Definition at line 91 of file GeometricOp.h.
|
protectedinherited |
Definition at line 89 of file GeometricOp.h.
|
protectedinherited |
Definition at line 84 of file GeometricOp.h.