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 | ( | ) |
te::rp::Register::InputParameters::InputParameters | ( | const InputParameters & | ) |
te::rp::Register::InputParameters::~InputParameters | ( | ) |
|
virtual |
Create a clone copy of this instance.
Implements te::common::AbstractParameters.
const InputParameters& te::rp::Register::InputParameters::operator= | ( | const InputParameters & | params | ) |
|
virtual |
Clear all internal allocated resources and reset the parameters instance to its initial state.
Implements te::common::AbstractParameters.
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.
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.
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.
te::rst::Raster const* te::rp::Register::InputParameters::m_inputRasterPtr |
Input raster.
Definition at line 60 of file Register.h.
te::rst::Interpolator::Method te::rp::Register::InputParameters::m_interpMethod |
The raster interpolator method (default:NearestNeighbor).
Definition at line 72 of file Register.h.
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.
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.
double te::rp::Register::InputParameters::m_outputResolutionX |
The output raster X axis resolution (default:1).
Definition at line 68 of file Register.h.
double te::rp::Register::InputParameters::m_outputResolutionY |
The output raster Y axis resolution (default:1).
Definition at line 70 of file Register.h.
int te::rp::Register::InputParameters::m_outputSRID |
The output raster SRID (default:0).
Definition at line 66 of file Register.h.
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.