#include <PolygonToLineQuery.h>
Public Member Functions | |
| virtual bool | paramsAreValid () |
| PolygonToLineQuery () | |
| bool | run () throw (te::common::Exception) |
| void | setInput (te::da::DataSourcePtr inDsrc, std::string inDsetName, std::unique_ptr< te::da::DataSetTypeConverter > converter, const te::da::ObjectIdSet *oidSet=0) |
| void | setOutput (te::da::DataSourcePtr outDsrc, std::string dsname) |
| ~PolygonToLineQuery () | |
Protected Member Functions | |
| std::unique_ptr< te::da::DataSetType > | buildOutDataSetType () |
| te::gm::GeomType | getGeomResultType (te::gm::GeomType geom) |
Protected Attributes | |
| std::unique_ptr< te::da::DataSetTypeConverter > | m_converter |
| std::string | m_inDsetName |
| te::da::DataSourcePtr | m_inDsrc |
| const te::da::ObjectIdSet * | m_oidSet |
| std::string | m_outDset |
| te::da::DataSourcePtr | m_outDsrc |
Definition at line 42 of file PolygonToLineQuery.h.
| te::vp::PolygonToLineQuery::PolygonToLineQuery | ( | ) |
| te::vp::PolygonToLineQuery::~PolygonToLineQuery | ( | ) |
|
protectedinherited |
|
protectedinherited |
|
virtualinherited |
|
virtual | |||||||||||||
Implements te::vp::PolygonToLineOp.
|
inherited |
|
inherited |
|
protectedinherited |
Definition at line 74 of file PolygonToLineOp.h.
|
protectedinherited |
Definition at line 73 of file PolygonToLineOp.h.
|
protectedinherited |
Definition at line 72 of file PolygonToLineOp.h.
|
protectedinherited |
Definition at line 75 of file PolygonToLineOp.h.
|
protectedinherited |
Definition at line 78 of file PolygonToLineOp.h.
|
protectedinherited |
Definition at line 77 of file PolygonToLineOp.h.