A structure to hold the input parameters of vector processing. More...
#include <InputParams.h>
Public Member Functions | |
| void | clear () | 
| Clear the structure.  More... | |
| InputParams () | |
| Constructor.  More... | |
| InputParams (const InputParams &rhs) | |
| Copy constructor.  More... | |
| InputParams & | operator= (const InputParams &rhs) | 
| Assignment operator.  More... | |
| ~InputParams () | |
| Destructor.  More... | |
Public Attributes | |
| te::da::DataSet * | m_inputDataSet | 
| Is required for operations in memory.  More... | |
| std::string | m_inputDataSetName | 
| Deprecated.  More... | |
| te::da::DataSetType * | m_inputDataSetType | 
| Is required.  More... | |
| te::da::DataSourcePtr | m_inputDataSource | 
| Is Required.  More... | |
| te::da::Select * | m_inputQuery | 
| Is required for operations in spatial database.  More... | |
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.