te::vp::LineToPolygonQuery Class Reference

#include <LineToPolygonQuery.h>

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

Public Member Functions

 LineToPolygonQuery ()
 
virtual bool paramsAreValid ()
 
bool run () throw (te::common::Exception)
 
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)
 
 ~LineToPolygonQuery ()
 

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 42 of file LineToPolygonQuery.h.

Constructor & Destructor Documentation

te::vp::LineToPolygonQuery::LineToPolygonQuery ( )
te::vp::LineToPolygonQuery::~LineToPolygonQuery ( )

Member Function Documentation

std::auto_ptr<te::da::DataSetType> te::vp::LineToPolygonOp::buildOutDataSetType ( )
protectedinherited
te::gm::GeomType te::vp::LineToPolygonOp::getGeomResultType ( te::gm::GeomType  geom)
protectedinherited
virtual bool te::vp::LineToPolygonOp::paramsAreValid ( )
virtualinherited
bool te::vp::LineToPolygonQuery::run ( )
throw (te::common::Exception
)
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 
)
inherited
void te::vp::LineToPolygonOp::setOutput ( te::da::DataSourcePtr  outDsrc,
std::string  dsname 
)
inherited

Member Data Documentation

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

Definition at line 74 of file LineToPolygonOp.h.

std::string te::vp::LineToPolygonOp::m_inDsetName
protectedinherited

Definition at line 73 of file LineToPolygonOp.h.

te::da::DataSourcePtr te::vp::LineToPolygonOp::m_inDsrc
protectedinherited

Definition at line 72 of file LineToPolygonOp.h.

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

Definition at line 75 of file LineToPolygonOp.h.

std::string te::vp::LineToPolygonOp::m_outDset
protectedinherited

Definition at line 78 of file LineToPolygonOp.h.

te::da::DataSourcePtr te::vp::LineToPolygonOp::m_outDsrc
protectedinherited

Definition at line 77 of file LineToPolygonOp.h.


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