All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
te::vp::PolygonToLineOp Class Referenceabstract

#include <PolygonToLineOp.h>

Inheritance diagram for te::vp::PolygonToLineOp:
te::vp::PolygonToLineMemory te::vp::PolygonToLineQuery

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::ObjectIdSetm_oidSet
 
std::string m_outDset
 
te::da::DataSourcePtr m_outDsrc
 

Detailed Description

Definition at line 46 of file PolygonToLineOp.h.

Constructor & Destructor Documentation

te::vp::PolygonToLineOp::PolygonToLineOp ( )

Definition at line 36 of file PolygonToLineOp.cpp.

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

Definition at line 52 of file PolygonToLineOp.h.

Member Function Documentation

bool te::vp::PolygonToLineOp::paramsAreValid ( )
virtual
virtual bool te::vp::PolygonToLineOp::run ( )
pure virtual
void te::vp::PolygonToLineOp::setInput ( te::da::DataSourcePtr  inDsrc,
std::string  inDsetName,
const te::da::ObjectIdSet oidSet = 0 
)
void te::vp::PolygonToLineOp::setOutput ( te::da::DataSourcePtr  outDsrc,
std::string  dsname 
)

Member Data Documentation

std::string te::vp::PolygonToLineOp::m_inDsetName
protected

Definition at line 71 of file PolygonToLineOp.h.

te::da::DataSourcePtr te::vp::PolygonToLineOp::m_inDsrc
protected

Definition at line 70 of file PolygonToLineOp.h.

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

Definition at line 72 of file PolygonToLineOp.h.

std::string te::vp::PolygonToLineOp::m_outDset
protected

Definition at line 75 of file PolygonToLineOp.h.

te::da::DataSourcePtr te::vp::PolygonToLineOp::m_outDsrc
protected

Definition at line 74 of file PolygonToLineOp.h.


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