te::vp::IntersectionQuery Class Reference

#include <IntersectionQuery.h>

Inheritance diagram for te::vp::IntersectionQuery:
te::vp::IntersectionOp

Public Member Functions

 IntersectionQuery ()
 
virtual bool paramsAreValid ()
 
bool run () throw (te::common::Exception)
 
void setInput (te::da::DataSourcePtr inFirstDsrc, std::string inFirstDsetName, std::auto_ptr< te::da::DataSetTypeConverter > firstConverter, te::da::DataSourcePtr inSecondDsrc, std::string inSecondDsetName, std::auto_ptr< te::da::DataSetTypeConverter > secondConverter, const te::da::ObjectIdSet *firstOidSet=0, const te::da::ObjectIdSet *secondOidSet=0)
 
void setOutput (te::da::DataSourcePtr outDsrc, std::string dsname)
 
void setParams (const bool &copyInputColumns)
 
 ~IntersectionQuery ()
 

Protected Member Functions

std::vector< te::dt::Property * > getTabularProps (te::da::DataSetType *dsType)
 
te::gm::GeomType setGeomResultType (te::gm::GeomType firstGeom, te::gm::GeomType secondGeom)
 

Protected Attributes

bool m_copyInputColumns
 
std::auto_ptr< te::da::DataSetTypeConverterm_firstConverter
 
const te::da::ObjectIdSetm_firstOidSet
 
std::string m_inFirstDsetName
 
te::da::DataSourcePtr m_inFirstDsrc
 
std::string m_inSecondDsetName
 
te::da::DataSourcePtr m_inSecondDsrc
 
std::string m_outDsetName
 
te::da::DataSourcePtr m_outDsrc
 
std::auto_ptr< te::da::DataSetTypeConverterm_secondConverter
 
const te::da::ObjectIdSetm_secondOidSet
 

Private Member Functions

te::da::DataSetupdateGeomType (te::da::DataSetType *dsType, te::da::DataSet *ds)
 

Detailed Description

Definition at line 54 of file IntersectionQuery.h.

Constructor & Destructor Documentation

te::vp::IntersectionQuery::IntersectionQuery ( )

Definition at line 77 of file IntersectionQuery.cpp.

te::vp::IntersectionQuery::~IntersectionQuery ( )

Definition at line 80 of file IntersectionQuery.cpp.

Member Function Documentation

std::vector< te::dt::Property * > te::vp::IntersectionOp::getTabularProps ( te::da::DataSetType dsType)
protectedinherited
bool te::vp::IntersectionOp::paramsAreValid ( )
virtualinherited
void te::vp::IntersectionOp::setInput ( te::da::DataSourcePtr  inFirstDsrc,
std::string  inFirstDsetName,
std::auto_ptr< te::da::DataSetTypeConverter firstConverter,
te::da::DataSourcePtr  inSecondDsrc,
std::string  inSecondDsetName,
std::auto_ptr< te::da::DataSetTypeConverter secondConverter,
const te::da::ObjectIdSet firstOidSet = 0,
const te::da::ObjectIdSet secondOidSet = 0 
)
inherited
void te::vp::IntersectionOp::setOutput ( te::da::DataSourcePtr  outDsrc,
std::string  dsname 
)
inherited
void te::vp::IntersectionOp::setParams ( const bool &  copyInputColumns)
inherited

Member Data Documentation

bool te::vp::IntersectionOp::m_copyInputColumns
protectedinherited

Definition at line 96 of file IntersectionOp.h.

std::auto_ptr<te::da::DataSetTypeConverter> te::vp::IntersectionOp::m_firstConverter
protectedinherited

Definition at line 89 of file IntersectionOp.h.

const te::da::ObjectIdSet* te::vp::IntersectionOp::m_firstOidSet
protectedinherited

Definition at line 93 of file IntersectionOp.h.

std::string te::vp::IntersectionOp::m_inFirstDsetName
protectedinherited

Definition at line 88 of file IntersectionOp.h.

te::da::DataSourcePtr te::vp::IntersectionOp::m_inFirstDsrc
protectedinherited

Definition at line 87 of file IntersectionOp.h.

std::string te::vp::IntersectionOp::m_inSecondDsetName
protectedinherited

Definition at line 91 of file IntersectionOp.h.

te::da::DataSourcePtr te::vp::IntersectionOp::m_inSecondDsrc
protectedinherited

Definition at line 90 of file IntersectionOp.h.

std::string te::vp::IntersectionOp::m_outDsetName
protectedinherited

Definition at line 99 of file IntersectionOp.h.

te::da::DataSourcePtr te::vp::IntersectionOp::m_outDsrc
protectedinherited

Definition at line 98 of file IntersectionOp.h.

std::auto_ptr<te::da::DataSetTypeConverter> te::vp::IntersectionOp::m_secondConverter
protectedinherited

Definition at line 92 of file IntersectionOp.h.

const te::da::ObjectIdSet* te::vp::IntersectionOp::m_secondOidSet
protectedinherited

Definition at line 94 of file IntersectionOp.h.


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