#include <IntersectionMemory.h>
|
te::da::DataSetType * | getOutputDsType () |
|
| IntersectionMemory () |
|
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 | setInput (te::da::DataSourcePtr inFirstDsrc, std::string inFirstDsetName, std::auto_ptr< te::da::DataSetType > firstDsType, std::auto_ptr< te::da::DataSet > firstDs, std::auto_ptr< te::da::DataSetTypeConverter > firstConverter, te::da::DataSourcePtr inSecondDsrc, std::string inSecondDsetName, std::auto_ptr< te::da::DataSetType > secondDsType, std::auto_ptr< te::da::DataSet > secondDs, std::auto_ptr< te::da::DataSetTypeConverter > secondConverter, const te::da::ObjectIdSet *firstOidSet=0, const te::da::ObjectIdSet *secondOidSet=0) |
|
void | setIsFirstQuery () |
|
void | setIsSecondQuery () |
|
void | setOutput (te::da::DataSourcePtr outDsrc, std::string dsname) |
|
void | setParams (const std::vector< std::pair< std::string, std::string > > &attributeVec) |
|
| ~IntersectionMemory () |
|
Definition at line 57 of file IntersectionMemory.h.
te::vp::IntersectionMemory::IntersectionMemory |
( |
| ) |
|
te::vp::IntersectionMemory::~IntersectionMemory |
( |
| ) |
|
bool te::vp::IntersectionOp::isSelectedProperty |
( |
const std::string & |
dsName, |
|
|
te::dt::Property * |
prop |
|
) |
| |
|
protectedinherited |
virtual bool te::vp::IntersectionOp::paramsAreValid |
( |
| ) |
|
|
virtualinherited |
void te::vp::IntersectionOp::setInput |
( |
te::da::DataSourcePtr |
inFirstDsrc, |
|
|
std::string |
inFirstDsetName, |
|
|
std::auto_ptr< te::da::DataSetType > |
firstDsType, |
|
|
std::auto_ptr< te::da::DataSet > |
firstDs, |
|
|
std::auto_ptr< te::da::DataSetTypeConverter > |
firstConverter, |
|
|
te::da::DataSourcePtr |
inSecondDsrc, |
|
|
std::string |
inSecondDsetName, |
|
|
std::auto_ptr< te::da::DataSetType > |
secondDsType, |
|
|
std::auto_ptr< te::da::DataSet > |
secondDs, |
|
|
std::auto_ptr< te::da::DataSetTypeConverter > |
secondConverter, |
|
|
const te::da::ObjectIdSet * |
firstOidSet = 0 , |
|
|
const te::da::ObjectIdSet * |
secondOidSet = 0 |
|
) |
| |
|
inherited |
void te::vp::IntersectionOp::setIsFirstQuery |
( |
| ) |
|
|
inherited |
void te::vp::IntersectionOp::setIsSecondQuery |
( |
| ) |
|
|
inherited |
void te::vp::IntersectionOp::setParams |
( |
const std::vector< std::pair< std::string, std::string > > & |
attributeVec | ) |
|
|
inherited |
std::vector<std::pair<std::string, std::string> > te::vp::IntersectionOp::m_attributeVec |
|
protectedinherited |
std::string te::vp::IntersectionOp::m_inFirstDsetName |
|
protectedinherited |
std::string te::vp::IntersectionOp::m_inSecondDsetName |
|
protectedinherited |
bool te::vp::IntersectionOp::m_isFistQuery |
|
protectedinherited |
bool te::vp::IntersectionOp::m_isSecondQuery |
|
protectedinherited |
std::string te::vp::IntersectionOp::m_outDsetName |
|
protectedinherited |
The documentation for this class was generated from the following file: