#include <Difference.h>
Public Member Functions | |
| Difference () | |
| bool | executeMemory (te::vp::AlgorithmParams *mainParams, te::da::DataSet *teste) |
| bool | executeQuery (te::vp::AlgorithmParams *mainParams) |
| bool | getSpecificParams () |
| bool | isSupportQuery (te::vp::AlgorithmParams *mainParams) |
| void | setSpecificParams (bool copyInputColumns) |
| virtual | ~Difference () |
Protected Member Functions | |
| te::da::DataSetType * | getOutputDataSetType (te::vp::AlgorithmParams *mainParams) |
| std::vector< te::dt::Property * > | getTabularProps (te::da::DataSetType *dsType) |
| te::gm::GeomType | setGeomResultType (te::gm::GeomType firstGeom, te::gm::GeomType secondGeom) |
| te::da::DataSet * | updateGeomType (te::da::DataSetType *dsType, te::da::DataSet *ds) |
Protected Attributes | |
| bool | m_copyInputColumns |
| std::size_t | m_SRID |
Definition at line 56 of file Difference.h.
| te::vp::Difference::Difference | ( | ) |
|
inlinevirtual |
Definition at line 62 of file Difference.h.
|
virtual |
Implements te::vp::Algorithm.
|
virtual |
Implements te::vp::Algorithm.
|
protected |
| bool te::vp::Difference::getSpecificParams | ( | ) |
|
protected |
|
virtual |
Implements te::vp::Algorithm.
|
protected |
| void te::vp::Difference::setSpecificParams | ( | bool | copyInputColumns | ) |
|
protected |
|
protected |
Definition at line 87 of file Difference.h.
|
protected |
Definition at line 88 of file Difference.h.