#include <GeometricOp.h>
Public Member Functions | |
| GeometricOp () | |
| std::vector< std::string > | GetOutputDSetNames () |
| virtual bool | paramsAreValid () |
| virtual bool | run ()=0 |
| 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) |
| virtual | ~GeometricOp () |
Protected Member Functions | |
| te::da::DataSetType * | GetDataSetType (te::vp::GeometricOpObjStrategy, bool MultiGeomColumns, int geomOp=-1) |
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 GeometricOp.h.
| te::vp::GeometricOp::GeometricOp | ( | ) |
|
inlinevirtual |
Definition at line 61 of file GeometricOp.h.
|
protected |
| std::vector<std::string> te::vp::GeometricOp::GetOutputDSetNames | ( | ) |
|
virtual |
|
pure virtual |
Implemented in te::vp::GeometricOpMemory, and te::vp::GeometricOpQuery.
| void te::vp::GeometricOp::setInput | ( | te::da::DataSourcePtr | inDsrc, |
| std::string | inDsetName, | ||
| std::auto_ptr< te::da::DataSetTypeConverter > | converter | ||
| ) |
| void te::vp::GeometricOp::setOutput | ( | std::auto_ptr< te::da::DataSource > | outDsrc, |
| std::string | dsname | ||
| ) |
| void te::vp::GeometricOp::setParams | ( | std::vector< std::string > | selectedProps, |
| std::vector< te::vp::GeometricOperation > | operations, | ||
| te::vp::GeometricOpObjStrategy | objStrategy, | ||
| std::string | attribute, | ||
| bool | outputLayer | ||
| ) |
|
protected |
Definition at line 94 of file GeometricOp.h.
|
protected |
Definition at line 89 of file GeometricOp.h.
|
protected |
Definition at line 88 of file GeometricOp.h.
|
protected |
Definition at line 87 of file GeometricOp.h.
|
protected |
Definition at line 93 of file GeometricOp.h.
|
protected |
Definition at line 92 of file GeometricOp.h.
|
protected |
Definition at line 98 of file GeometricOp.h.
|
protected |
Definition at line 99 of file GeometricOp.h.
|
protected |
Definition at line 97 of file GeometricOp.h.
|
protected |
Definition at line 95 of file GeometricOp.h.
|
protected |
Definition at line 91 of file GeometricOp.h.