te::vp::LineToPolygonOp Class Referenceabstract

#include <LineToPolygonOp.h>

Inheritance diagram for te::vp::LineToPolygonOp:
te::vp::LineToPolygonMemory te::vp::LineToPolygonQuery

Public Member Functions

 LineToPolygonOp ()
 
virtual bool paramsAreValid ()
 
virtual bool run ()=0
 
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)
 
virtual ~LineToPolygonOp ()
 

Protected Member Functions

std::auto_ptr< te::da::DataSetTypebuildOutDataSetType ()
 
te::gm::GeomType getGeomResultType (te::gm::GeomType geom)
 

Protected Attributes

std::auto_ptr< te::da::DataSetTypeConverterm_converter
 
std::string m_inDsetName
 
te::da::DataSourcePtr m_inDsrc
 
const te::da::ObjectIdSetm_oidSet
 
std::string m_outDset
 
te::da::DataSourcePtr m_outDsrc
 

Detailed Description

Definition at line 47 of file LineToPolygonOp.h.

Constructor & Destructor Documentation

te::vp::LineToPolygonOp::LineToPolygonOp ( )
virtual te::vp::LineToPolygonOp::~LineToPolygonOp ( )
inlinevirtual

Definition at line 53 of file LineToPolygonOp.h.

Member Function Documentation

std::auto_ptr<te::da::DataSetType> te::vp::LineToPolygonOp::buildOutDataSetType ( )
protected
te::gm::GeomType te::vp::LineToPolygonOp::getGeomResultType ( te::gm::GeomType  geom)
protected
virtual bool te::vp::LineToPolygonOp::paramsAreValid ( )
virtual
virtual bool te::vp::LineToPolygonOp::run ( )
pure virtual
void te::vp::LineToPolygonOp::setInput ( te::da::DataSourcePtr  inDsrc,
std::string  inDsetName,
std::auto_ptr< te::da::DataSetTypeConverter converter,
const te::da::ObjectIdSet oidSet = 0 
)
void te::vp::LineToPolygonOp::setOutput ( te::da::DataSourcePtr  outDsrc,
std::string  dsname 
)

Member Data Documentation

std::auto_ptr<te::da::DataSetTypeConverter> te::vp::LineToPolygonOp::m_converter
protected

Definition at line 74 of file LineToPolygonOp.h.

std::string te::vp::LineToPolygonOp::m_inDsetName
protected

Definition at line 73 of file LineToPolygonOp.h.

te::da::DataSourcePtr te::vp::LineToPolygonOp::m_inDsrc
protected

Definition at line 72 of file LineToPolygonOp.h.

const te::da::ObjectIdSet* te::vp::LineToPolygonOp::m_oidSet
protected

Definition at line 75 of file LineToPolygonOp.h.

std::string te::vp::LineToPolygonOp::m_outDset
protected

Definition at line 78 of file LineToPolygonOp.h.

te::da::DataSourcePtr te::vp::LineToPolygonOp::m_outDsrc
protected

Definition at line 77 of file LineToPolygonOp.h.


The documentation for this class was generated from the following file: