#include <LineToPolygonOp.h>
  
 Public Member Functions | |
| LineToPolygonOp () | |
| virtual bool | paramsAreValid () | 
| virtual bool | run ()=0 | 
| void | setInput (te::da::DataSourcePtr inDsrc, std::string inDsetName, std::unique_ptr< te::da::DataSetTypeConverter > converter, const te::da::ObjectIdSet *oidSet=0) | 
| void | setOutput (te::da::DataSourcePtr outDsrc, std::string dsname) | 
| void | setParams (bool forceClose=false) | 
| virtual | ~LineToPolygonOp () | 
Protected Member Functions | |
| std::unique_ptr< te::da::DataSetType > | buildOutDataSetType () | 
| te::gm::GeomType | getGeomResultType (te::gm::GeomType geom) | 
Protected Attributes | |
| std::unique_ptr< te::da::DataSetTypeConverter > | m_converter | 
| bool | m_forceClose | 
| 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 47 of file LineToPolygonOp.h.
| te::vp::LineToPolygonOp::LineToPolygonOp | ( | ) | 
      
  | 
  inlinevirtual | 
Definition at line 53 of file LineToPolygonOp.h.
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  virtual | 
      
  | 
  pure virtual | 
Implemented in te::vp::LineToPolygonMemory, and te::vp::LineToPolygonQuery.
| void te::vp::LineToPolygonOp::setInput | ( | te::da::DataSourcePtr | inDsrc, | 
| std::string | inDsetName, | ||
| std::unique_ptr< te::da::DataSetTypeConverter > | converter, | ||
| const te::da::ObjectIdSet * | oidSet = 0  | 
        ||
| ) | 
| void te::vp::LineToPolygonOp::setOutput | ( | te::da::DataSourcePtr | outDsrc, | 
| std::string | dsname | ||
| ) | 
| void te::vp::LineToPolygonOp::setParams | ( | bool | forceClose = false | ) | 
      
  | 
  protected | 
Definition at line 76 of file LineToPolygonOp.h.
      
  | 
  protected | 
Definition at line 79 of file LineToPolygonOp.h.
      
  | 
  protected | 
Definition at line 75 of file LineToPolygonOp.h.
      
  | 
  protected | 
Definition at line 74 of file LineToPolygonOp.h.
      
  | 
  protected | 
Definition at line 77 of file LineToPolygonOp.h.
      
  | 
  protected | 
Definition at line 82 of file LineToPolygonOp.h.
      
  | 
  protected | 
Definition at line 81 of file LineToPolygonOp.h.