A structure to hold the input parameters of vector processing. More...
#include <InputParams.h>
Public Member Functions | |
| void | clear () |
| Clear the structure. | |
| InputParams () | |
| Constructor. | |
| InputParams (const InputParams &rhs) | |
| Copy constructor. | |
| InputParams & | operator= (const InputParams &rhs) |
| Assignment operator. | |
| ~InputParams () | |
| Destructor. | |
Public Attributes | |
| te::da::DataSet * | m_inputDataSet |
| Is required for operations in memory. | |
| std::string | m_inputDataSetName |
| Deprecated. | |
| te::da::DataSetType * | m_inputDataSetType |
| Is required. | |
| te::da::DataSourcePtr | m_inputDataSource |
| Is Required. | |
| te::da::Select * | m_inputQuery |
| Is required for operations in spatial database. | |
A structure to hold the input parameters of vector processing.
Definition at line 50 of file InputParams.h.
| te::vp::InputParams::InputParams | ( | ) |
Constructor.
| te::vp::InputParams::InputParams | ( | const InputParams & | rhs | ) |
Copy constructor.
| rhs | The right-hand-side copy used to copy from. |
| te::vp::InputParams::~InputParams | ( | ) |
Destructor.
| void te::vp::InputParams::clear | ( | ) |
Clear the structure.
| InputParams & te::vp::InputParams::operator= | ( | const InputParams & | rhs | ) |
Assignment operator.
| rhs | The right-hand-side copy used to copy from. |
| te::da::DataSet* te::vp::InputParams::m_inputDataSet |
Is required for operations in memory.
Definition at line 84 of file InputParams.h.
| std::string te::vp::InputParams::m_inputDataSetName |
Deprecated.
Definition at line 87 of file InputParams.h.
| te::da::DataSetType* te::vp::InputParams::m_inputDataSetType |
Is required.
Definition at line 82 of file InputParams.h.
| te::da::DataSourcePtr te::vp::InputParams::m_inputDataSource |
Is Required.
Definition at line 81 of file InputParams.h.
| te::da::Select* te::vp::InputParams::m_inputQuery |
Is required for operations in spatial database.
Definition at line 85 of file InputParams.h.