#include <LineToPolygonQuery.h>
Public Member Functions | |
LineToPolygonQuery () | |
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) |
~LineToPolygonQuery () | |
Protected Member Functions | |
std::auto_ptr< te::da::DataSetType > | buildOutDataSetType () |
te::gm::GeomType | getGeomResultType (te::gm::GeomType geom) |
Protected Attributes | |
std::auto_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 LineToPolygonQuery.h.
te::vp::LineToPolygonQuery::LineToPolygonQuery | ( | ) |
te::vp::LineToPolygonQuery::~LineToPolygonQuery | ( | ) |
|
protectedinherited |
|
protectedinherited |
|
virtualinherited |
|
virtual |
Implements te::vp::LineToPolygonOp.
|
inherited |
|
inherited |
|
protectedinherited |
Definition at line 74 of file LineToPolygonOp.h.
|
protectedinherited |
Definition at line 73 of file LineToPolygonOp.h.
|
protectedinherited |
Definition at line 72 of file LineToPolygonOp.h.
|
protectedinherited |
Definition at line 75 of file LineToPolygonOp.h.
|
protectedinherited |
Definition at line 78 of file LineToPolygonOp.h.
|
protectedinherited |
Definition at line 77 of file LineToPolygonOp.h.