#include <LineToPolygonOp.h>
  
 Public Member Functions | |
| LineToPolygonOp () | |
| virtual bool | paramsAreValid () | 
| virtual bool | run ()=0 | 
| void | setInput (te::da::DataSourcePtr inDsrc, std::string inDsetName, const te::da::ObjectIdSet *oidSet=0) | 
| void | setOutput (te::da::DataSourcePtr outDsrc, std::string dsname) | 
| virtual | ~LineToPolygonOp () | 
Protected Member Functions | |
| std::auto_ptr < te::da::DataSetType >  | buildOutDataSetType () | 
| te::gm::GeomType | getGeomResultType (te::gm::GeomType geom) | 
Protected Attributes | |
| 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 46 of file LineToPolygonOp.h.
| te::vp::LineToPolygonOp::LineToPolygonOp | ( | ) | 
Definition at line 36 of file LineToPolygonOp.cpp.
      
  | 
  inlinevirtual | 
Definition at line 52 of file LineToPolygonOp.h.
      
  | 
  protected | 
Definition at line 70 of file LineToPolygonOp.cpp.
References te::da::PrimaryKey::add(), te::dt::GEOMETRY_TYPE, te::dt::Property::getName(), te::gm::GeometryProperty::getSRID(), te::gm::MultiPolygonType, te::gm::GeometryProperty::setGeometryType(), and te::gm::GeometryProperty::setSRID().
      
  | 
  protected | 
Definition at line 136 of file LineToPolygonOp.cpp.
References te::gm::LineStringType, te::gm::MultiLineStringType, te::gm::MultiPointType, te::gm::MultiPolygonType, te::gm::PointType, and te::gm::PolygonType.
      
  | 
  virtual | 
Definition at line 41 of file LineToPolygonOp.cpp.
Referenced by te::vp::LineToPolygonDialog::onOkPushButtonClicked().
      
  | 
  pure virtual | 
Implemented in te::vp::LineToPolygonMemory, and te::vp::LineToPolygonQuery.
Referenced by te::vp::LineToPolygonDialog::onOkPushButtonClicked().
| void te::vp::LineToPolygonOp::setInput | ( | te::da::DataSourcePtr | inDsrc, | 
| std::string | inDsetName, | ||
| const te::da::ObjectIdSet * | oidSet = 0  | 
        ||
| ) | 
Definition at line 55 of file LineToPolygonOp.cpp.
Referenced by te::vp::LineToPolygonDialog::onOkPushButtonClicked().
| void te::vp::LineToPolygonOp::setOutput | ( | te::da::DataSourcePtr | outDsrc, | 
| std::string | dsname | ||
| ) | 
Definition at line 64 of file LineToPolygonOp.cpp.
Referenced by te::vp::LineToPolygonDialog::onOkPushButtonClicked().
      
  | 
  protected | 
Definition at line 71 of file LineToPolygonOp.h.
      
  | 
  protected | 
Definition at line 70 of file LineToPolygonOp.h.
      
  | 
  protected | 
Definition at line 72 of file LineToPolygonOp.h.
      
  | 
  protected | 
Definition at line 75 of file LineToPolygonOp.h.
      
  | 
  protected | 
Definition at line 74 of file LineToPolygonOp.h.