#include <GeometricOpQuery.h>
Public Member Functions | |
| GeometricOpQuery () | |
| std::vector< std::string > | GetOutputDSetNames () |
| 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) |
| void | setOutput (std::auto_ptr< te::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, bool outputLayer) |
| ~GeometricOpQuery () | |
Protected Member Functions | |
| 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) |
| void | SetOutputDSet (te::da::DataSet *inDataSet, te::mem::DataSet *outDataSet) |
Protected Attributes | |
| std::string | m_attribute |
| std::auto_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::auto_ptr< te::da::DataSource > | m_outDsrc |
| bool | m_outputLayer |
| std::vector< std::string > | m_selectedProps |
Definition at line 55 of file GeometricOpQuery.h.
| te::vp::GeometricOpQuery::GeometricOpQuery | ( | ) |
| te::vp::GeometricOpQuery::~GeometricOpQuery | ( | ) |
|
protectedinherited |
|
inherited |
|
virtualinherited |
|
virtual | |||||||||||||
Implements te::vp::GeometricOp.
|
protected |
|
protected |
|
protected |
|
inherited |
|
inherited |
|
protected |
|
inherited |
|
protectedinherited |
Definition at line 94 of file GeometricOp.h.
|
protectedinherited |
Definition at line 89 of file GeometricOp.h.
|
protectedinherited |
Definition at line 88 of file GeometricOp.h.
|
protectedinherited |
Definition at line 87 of file GeometricOp.h.
|
protectedinherited |
Definition at line 93 of file GeometricOp.h.
|
protectedinherited |
Definition at line 92 of file GeometricOp.h.
|
protectedinherited |
Definition at line 98 of file GeometricOp.h.
|
protectedinherited |
Definition at line 99 of file GeometricOp.h.
|
protectedinherited |
Definition at line 97 of file GeometricOp.h.
|
protectedinherited |
Definition at line 95 of file GeometricOp.h.
|
protectedinherited |
Definition at line 91 of file GeometricOp.h.