Register input parameters. More...
#include <Register.h>
  
 Public Member Functions | |
| AbstractParameters * | clone () const | 
| Create a clone copy of this instance.  More... | |
| InputParameters () | |
| InputParameters (const InputParameters &) | |
| const InputParameters & | operator= (const InputParameters ¶ms) | 
| void | reset () throw ( te::rp::Exception ) | 
| Clear all internal allocated resources and reset the parameters instance to its initial state.  More... | |
| ~InputParameters () | |
Public Attributes | |
| std::string | m_geomTransfName | 
| The name of the geometric transformation used (see each te::gm::GTFactory inherited classes to find each factory key/name, default:Affine).  More... | |
| te::gm::GeometricTransformation  const *  | m_geomTransfPtr | 
| An optional pointer to a valid geometric transformation instance (direct mapping raster lines/columns to and their respective coordinates under the chosen SRS) that will be used by the register process (if this pionter is used, m_tiePoints and m_geomTransfName will be ignored).  More... | |
| std::vector< unsigned int > | m_inputRasterBands | 
| Bands to process from the input raster.  More... | |
| te::rst::Raster const * | m_inputRasterPtr | 
| Input raster.  More... | |
| te::rst::Interpolator::Method | m_interpMethod | 
| The raster interpolator method (default:NearestNeighbor).  More... | |
| double | m_noDataValue | 
| The pixel value used where no raster data is avaliable (defaul:0).  More... | |
| te::gm::Envelope | m_outputBoundingBox | 
| An optional bounding box (under the chosen SRS) to use for the generated output raster (default: automatically calculated).  More... | |
| double | m_outputResolutionX | 
| The output raster X axis resolution (default:1).  More... | |
| double | m_outputResolutionY | 
| The output raster Y axis resolution (default:1).  More... | |
| int | m_outputSRID | 
| The output raster SRID (default:0).  More... | |
| std::vector < te::gm::GTParameters::TiePoint >  | m_tiePoints | 
| Tie-points between each raster point (te::gm::GTParameters::TiePoint::first are raster lines/columns ) and their respective coordinates under the chosen SRS (te::gm::GTParameters::TiePoint::second).  More... | |
Register input parameters.
Definition at line 56 of file Register.h.
| te::rp::Register::InputParameters::InputParameters | ( | ) | 
Definition at line 45 of file Register.cpp.
References reset().
| te::rp::Register::InputParameters::InputParameters | ( | const InputParameters & | other | ) | 
Definition at line 50 of file Register.cpp.
References te::rp::Algorithm::operator=(), and te::rp::Register::reset().
| te::rp::Register::InputParameters::~InputParameters | ( | ) | 
Definition at line 56 of file Register.cpp.
References te::rp::Register::reset().
      
  | 
  virtual | 
Create a clone copy of this instance.
Implements te::common::AbstractParameters.
Definition at line 97 of file Register.cpp.
| const Register::InputParameters & te::rp::Register::InputParameters::operator= | ( | const InputParameters & | params | ) | 
Definition at line 77 of file Register.cpp.
References m_geomTransfName, m_geomTransfPtr, m_inputRasterBands, m_inputRasterPtr, m_interpMethod, m_noDataValue, m_outputBoundingBox, m_outputResolutionX, m_outputResolutionY, m_outputSRID, m_tiePoints, and te::rp::Register::reset().
      
  | 
  virtual | |||||||||||||
Clear all internal allocated resources and reset the parameters instance to its initial state.
Implements te::common::AbstractParameters.
Definition at line 61 of file Register.cpp.
References te::rst::NearestNeighbor.
Referenced by InputParameters(), and te::rp::Register::reset().
| std::string te::rp::Register::InputParameters::m_geomTransfName | 
The name of the geometric transformation used (see each te::gm::GTFactory inherited classes to find each factory key/name, default:Affine).
Definition at line 76 of file Register.h.
Referenced by te::rp::Register::execute(), te::rp::Register::initialize(), and operator=().
| te::gm::GeometricTransformation const* te::rp::Register::InputParameters::m_geomTransfPtr | 
An optional pointer to a valid geometric transformation instance (direct mapping raster lines/columns to and their respective coordinates under the chosen SRS) that will be used by the register process (if this pionter is used, m_tiePoints and m_geomTransfName will be ignored).
Definition at line 78 of file Register.h.
Referenced by te::rp::Register::execute(), te::rp::Register::initialize(), and operator=().
| std::vector< unsigned int > te::rp::Register::InputParameters::m_inputRasterBands | 
Bands to process from the input raster.
Definition at line 62 of file Register.h.
Referenced by te::qt::widgets::RegisterWizard::execute(), te::rp::Register::execute(), te::rp::Register::initialize(), and operator=().
| te::rst::Raster const* te::rp::Register::InputParameters::m_inputRasterPtr | 
Input raster.
Definition at line 60 of file Register.h.
Referenced by te::qt::widgets::RegisterWizard::execute(), te::rp::Register::execute(), te::rp::Register::initialize(), and operator=().
| te::rst::Interpolator::Method te::rp::Register::InputParameters::m_interpMethod | 
The raster interpolator method (default:NearestNeighbor).
Definition at line 72 of file Register.h.
Referenced by te::rp::Register::execute(), and operator=().
| double te::rp::Register::InputParameters::m_noDataValue | 
The pixel value used where no raster data is avaliable (defaul:0).
Definition at line 74 of file Register.h.
Referenced by te::rp::Register::execute(), and operator=().
| te::gm::Envelope te::rp::Register::InputParameters::m_outputBoundingBox | 
An optional bounding box (under the chosen SRS) to use for the generated output raster (default: automatically calculated).
Definition at line 80 of file Register.h.
Referenced by te::rp::Register::execute(), and operator=().
| double te::rp::Register::InputParameters::m_outputResolutionX | 
The output raster X axis resolution (default:1).
Definition at line 68 of file Register.h.
Referenced by te::qt::widgets::RegisterWizard::execute(), te::rp::Register::execute(), te::rp::Register::initialize(), and operator=().
| double te::rp::Register::InputParameters::m_outputResolutionY | 
The output raster Y axis resolution (default:1).
Definition at line 70 of file Register.h.
Referenced by te::qt::widgets::RegisterWizard::execute(), te::rp::Register::execute(), te::rp::Register::initialize(), and operator=().
| int te::rp::Register::InputParameters::m_outputSRID | 
The output raster SRID (default:0).
Definition at line 66 of file Register.h.
Referenced by te::qt::widgets::RegisterWizard::execute(), te::rp::Register::execute(), te::rp::Register::initialize(), and operator=().
| std::vector< te::gm::GTParameters::TiePoint > te::rp::Register::InputParameters::m_tiePoints | 
Tie-points between each raster point (te::gm::GTParameters::TiePoint::first are raster lines/columns ) and their respective coordinates under the chosen SRS (te::gm::GTParameters::TiePoint::second).
Definition at line 64 of file Register.h.
Referenced by te::qt::widgets::RegisterWizard::execute(), te::rp::Register::execute(), te::rp::Register::initialize(), and operator=().