#include <PolygonToLineMemory.h>
Public Member Functions | |
virtual bool | paramsAreValid () |
PolygonToLineMemory () | |
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) |
~PolygonToLineMemory () | |
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 |
Private Member Functions | |
void | getLines (te::gm::Geometry *geom, std::vector< te::gm::LineString * > &lines) |
void | getLines (te::gm::GeometryCollection *gc, std::vector< te::gm::LineString * > &lines) |
void | getLines (te::gm::Polygon *p, std::vector< te::gm::LineString * > &lines) |
void | getLines (te::gm::LineString *l, std::vector< te::gm::LineString * > &lines) |
std::auto_ptr< te::gm::MultiLineString > | polygon2Line (te::gm::Geometry *geom) |
Definition at line 51 of file PolygonToLineMemory.h.
te::vp::PolygonToLineMemory::PolygonToLineMemory | ( | ) |
te::vp::PolygonToLineMemory::~PolygonToLineMemory | ( | ) |
|
protectedinherited |
|
protectedinherited |
|
private |
|
private |
|
private |
|
private |
|
virtualinherited |
|
private |
|
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.