te::vp::InputParams Struct Reference

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...
 
InputParamsoperator= (const InputParams &rhs)
 Assignment operator. More...
 
 ~InputParams ()
 Destructor. More...
 

Public Attributes

te::da::DataSetm_inputDataSet
 Is required for operations in memory. More...
 
std::string m_inputDataSetName
 Deprecated. More...
 
te::da::DataSetTypem_inputDataSetType
 Is required. More...
 
te::da::DataSourcePtr m_inputDataSource
 Is Required. More...
 
te::da::Selectm_inputQuery
 Is required for operations in spatial database. More...
 

Detailed Description

A structure to hold the input parameters of vector processing.

Definition at line 50 of file InputParams.h.

Constructor & Destructor Documentation

te::vp::InputParams::InputParams ( )

Constructor.

te::vp::InputParams::InputParams ( const InputParams rhs)

Copy constructor.

Parameters
rhsThe right-hand-side copy used to copy from.
te::vp::InputParams::~InputParams ( )

Destructor.

Member Function Documentation

void te::vp::InputParams::clear ( )

Clear the structure.

InputParams& te::vp::InputParams::operator= ( const InputParams rhs)

Assignment operator.

Parameters
rhsThe right-hand-side copy used to copy from.
Returns
A reference to this object.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: