#include <PolygonToLineOp.h>
  
 Public Member Functions | |
| virtual bool | paramsAreValid () | 
| PolygonToLineOp () | |
| 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 | ~PolygonToLineOp () | 
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 PolygonToLineOp.h.
| te::vp::PolygonToLineOp::PolygonToLineOp | ( | ) | 
Definition at line 36 of file PolygonToLineOp.cpp.
      
  | 
  inlinevirtual | 
Definition at line 52 of file PolygonToLineOp.h.
      
  | 
  protected | 
      
  | 
  protected | 
Definition at line 122 of file PolygonToLineOp.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 136 of file PolygonToLineOp.cpp.
Referenced by te::vp::PolygonToLineDialog::onOkPushButtonClicked().
      
  | 
  pure virtual | 
Implemented in te::vp::PolygonToLineMemory, and te::vp::PolygonToLineQuery.
Referenced by te::vp::PolygonToLineDialog::onOkPushButtonClicked().
| void te::vp::PolygonToLineOp::setInput | ( | te::da::DataSourcePtr | inDsrc, | 
| std::string | inDsetName, | ||
| const te::da::ObjectIdSet * | oidSet = 0  | 
        ||
| ) | 
Definition at line 41 of file PolygonToLineOp.cpp.
Referenced by te::vp::PolygonToLineDialog::onOkPushButtonClicked().
| void te::vp::PolygonToLineOp::setOutput | ( | te::da::DataSourcePtr | outDsrc, | 
| std::string | dsname | ||
| ) | 
Definition at line 50 of file PolygonToLineOp.cpp.
Referenced by te::vp::PolygonToLineDialog::onOkPushButtonClicked().
      
  | 
  protected | 
Definition at line 71 of file PolygonToLineOp.h.
      
  | 
  protected | 
Definition at line 70 of file PolygonToLineOp.h.
      
  | 
  protected | 
Definition at line 72 of file PolygonToLineOp.h.
      
  | 
  protected | 
Definition at line 75 of file PolygonToLineOp.h.
      
  | 
  protected | 
Definition at line 74 of file PolygonToLineOp.h.