#include <LineToPolygonMemory.h>
 
  
 | Public Member Functions | |
| LineToPolygonMemory () | |
| 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) | 
| ~LineToPolygonMemory () | |
| 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 | getPolygons (te::gm::Geometry *geom, std::vector< te::gm::Polygon * > &polygons) | 
| void | getPolygons (te::gm::GeometryCollection *gc, std::vector< te::gm::Polygon * > &polygons) | 
| void | getPolygons (te::gm::LineString *l, std::vector< te::gm::Polygon * > &polygons) | 
| void | getPolygons (te::gm::Polygon *p, std::vector< te::gm::Polygon * > &polygons) | 
| std::auto_ptr< te::gm::MultiPolygon > | line2Polygon (te::gm::Geometry *geom) | 
Definition at line 51 of file LineToPolygonMemory.h.
| te::vp::LineToPolygonMemory::LineToPolygonMemory | ( | ) | 
| te::vp::LineToPolygonMemory::~LineToPolygonMemory | ( | ) | 
| 
 | protectedinherited | 
| 
 | protectedinherited | 
| 
 | private | 
| 
 | private | 
| 
 | private | 
| 
 | private | 
| 
 | private | 
| 
 | 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.