#include <IntersectionMemory.h>
|
te::da::DataSetType * | getOutputDsType () |
|
| IntersectionMemory () |
|
virtual bool | paramsAreValid () |
|
bool | run () |
|
void | setInput (te::da::DataSourcePtr inFirstDsrc, std::string inFirstDsetName, std::unique_ptr< te::da::DataSetType > firstDsType, std::unique_ptr< te::da::DataSet > firstDs, std::unique_ptr< te::da::DataSetTypeConverter > firstConverter, te::da::DataSourcePtr inSecondDsrc, std::string inSecondDsetName, std::unique_ptr< te::da::DataSetType > secondDsType, std::unique_ptr< te::da::DataSet > secondDs, std::unique_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::unique_ptr< te::da::DataSetTypeConverter > firstConverter, te::da::DataSourcePtr inSecondDsrc, std::string inSecondDsetName, std::unique_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< int, std::string > > &attributeVec) |
|
| ~IntersectionMemory () |
|
Definition at line 57 of file IntersectionMemory.h.
◆ DataSetRTree
◆ IntersectionMemory()
te::vp::IntersectionMemory::IntersectionMemory |
( |
| ) |
|
◆ ~IntersectionMemory()
te::vp::IntersectionMemory::~IntersectionMemory |
( |
| ) |
|
◆ getOutputDsType()
◆ getTabularProps()
◆ isSelectedProperty()
bool te::vp::IntersectionOp::isSelectedProperty |
( |
const int & |
id, |
|
|
const dt::Property & |
prop |
|
) |
| |
|
protectedinherited |
◆ pairwiseIntersection()
◆ paramsAreValid()
virtual bool te::vp::IntersectionOp::paramsAreValid |
( |
| ) |
|
|
virtualinherited |
◆ run()
bool te::vp::IntersectionMemory::run |
( |
| ) |
|
|
virtual |
◆ setGeomResultType()
◆ setInput() [1/2]
void te::vp::IntersectionOp::setInput |
( |
te::da::DataSourcePtr |
inFirstDsrc, |
|
|
std::string |
inFirstDsetName, |
|
|
std::unique_ptr< te::da::DataSetType > |
firstDsType, |
|
|
std::unique_ptr< te::da::DataSet > |
firstDs, |
|
|
std::unique_ptr< te::da::DataSetTypeConverter > |
firstConverter, |
|
|
te::da::DataSourcePtr |
inSecondDsrc, |
|
|
std::string |
inSecondDsetName, |
|
|
std::unique_ptr< te::da::DataSetType > |
secondDsType, |
|
|
std::unique_ptr< te::da::DataSet > |
secondDs, |
|
|
std::unique_ptr< te::da::DataSetTypeConverter > |
secondConverter, |
|
|
const te::da::ObjectIdSet * |
firstOidSet = 0 , |
|
|
const te::da::ObjectIdSet * |
secondOidSet = 0 |
|
) |
| |
|
inherited |
◆ setInput() [2/2]
◆ setIsFirstQuery()
void te::vp::IntersectionOp::setIsFirstQuery |
( |
| ) |
|
|
inherited |
◆ setIsSecondQuery()
void te::vp::IntersectionOp::setIsSecondQuery |
( |
| ) |
|
|
inherited |
◆ setOutput()
◆ setParams()
void te::vp::IntersectionOp::setParams |
( |
const std::vector< std::pair< int, std::string > > & |
attributeVec | ) |
|
|
inherited |
◆ m_attributeVec
std::vector<std::pair<int, std::string> > te::vp::IntersectionOp::m_attributeVec |
|
protectedinherited |
◆ m_firstConverter
◆ m_firstDs
◆ m_firstDsType
◆ m_firstOidSet
◆ m_inFirstDsetName
std::string te::vp::IntersectionOp::m_inFirstDsetName |
|
protectedinherited |
◆ m_inFirstDsrc
◆ m_inSecondDsetName
std::string te::vp::IntersectionOp::m_inSecondDsetName |
|
protectedinherited |
◆ m_inSecondDsrc
◆ m_isFistQuery
bool te::vp::IntersectionOp::m_isFistQuery |
|
protectedinherited |
◆ m_isSecondQuery
bool te::vp::IntersectionOp::m_isSecondQuery |
|
protectedinherited |
◆ m_outDsetName
std::string te::vp::IntersectionOp::m_outDsetName |
|
protectedinherited |
◆ m_outDsrc
◆ m_secondConverter
◆ m_secondDs
◆ m_secondDsType
◆ m_secondOidSet
The documentation for this class was generated from the following file: