Output parameters. More...
#include <GeometricRefining.h>
Classes | |
| class | MatchingResult |
| Reference rasters matching info. More... | |
Public Member Functions | |
| AbstractParameters * | clone () const |
| Create a clone copy of this instance. More... | |
| const OutputParameters & | operator= (const OutputParameters ¶ms) |
| OutputParameters () | |
| OutputParameters (const OutputParameters &) | |
| void | reset () throw ( te::rp::Exception ) |
| Clear all internal allocated resources and reset the parameters instance to its initial state. More... | |
| ~OutputParameters () | |
Public Attributes | |
| std::auto_ptr < te::gm::GeometricTransformation > | m_geomTransPtr |
| The geometric transformation (direct mapping raster lines/cols to input raster corrected world coords) used to generate the output raster. More... | |
| double | m_inRasterCoveredAreaPercent |
| The area percent (from the input raster ) covered by tie-points - valid range [0,100]. More... | |
| std::vector< MatchingResult > | m_matchingResult |
| The matching result status for all given reference rasters. More... | |
| std::auto_ptr< te::rst::Raster > | m_outputRasterPtr |
| A pointer the generated output raster. More... | |
| std::map< std::string, std::string > | m_rInfo |
| The necessary information to create the raster (as described in te::raster::RasterFactory). More... | |
| std::string | m_rType |
| Output raster data source type (as described in te::raster::RasterFactory ). More... | |
| std::vector < te::gm::GTParameters::TiePoint > | m_tiePoints |
| The tie-points in agreenment with the geometric transformation given by m_geomTransPtr (first: input raster lines/cols, second:input raster corrected world coords). More... | |
Output parameters.
Definition at line 132 of file GeometricRefining.h.
| te::rp::GeometricRefining::OutputParameters::OutputParameters | ( | ) |
Definition at line 135 of file GeometricRefining.cpp.
References te::rp::GeometricRefining::reset().
| te::rp::GeometricRefining::OutputParameters::OutputParameters | ( | const OutputParameters & | other | ) |
Definition at line 140 of file GeometricRefining.cpp.
References te::rp::Algorithm::operator=(), and te::rp::GeometricRefining::reset().
| te::rp::GeometricRefining::OutputParameters::~OutputParameters | ( | ) |
Definition at line 146 of file GeometricRefining.cpp.
References te::rp::GeometricRefining::reset().
|
virtual |
Create a clone copy of this instance.
Implements te::common::AbstractParameters.
Definition at line 177 of file GeometricRefining.cpp.
| const GeometricRefining::OutputParameters & te::rp::GeometricRefining::OutputParameters::operator= | ( | const OutputParameters & | params | ) |
Definition at line 162 of file GeometricRefining.cpp.
References m_geomTransPtr, m_inRasterCoveredAreaPercent, m_matchingResult, m_rInfo, m_rType, m_tiePoints, and te::rp::GeometricRefining::reset().
|
virtual | |||||||||||||
Clear all internal allocated resources and reset the parameters instance to its initial state.
Implements te::common::AbstractParameters.
Definition at line 151 of file GeometricRefining.cpp.
| std::auto_ptr< te::gm::GeometricTransformation > te::rp::GeometricRefining::OutputParameters::m_geomTransPtr |
The geometric transformation (direct mapping raster lines/cols to input raster corrected world coords) used to generate the output raster.
Definition at line 192 of file GeometricRefining.h.
Referenced by te::rp::GeometricRefining::execute(), and operator=().
| double te::rp::GeometricRefining::OutputParameters::m_inRasterCoveredAreaPercent |
The area percent (from the input raster ) covered by tie-points - valid range [0,100].
Definition at line 182 of file GeometricRefining.h.
Referenced by te::rp::GeometricRefining::execute(), and operator=().
| std::vector< MatchingResult > te::rp::GeometricRefining::OutputParameters::m_matchingResult |
The matching result status for all given reference rasters.
Definition at line 190 of file GeometricRefining.h.
Referenced by te::rp::GeometricRefining::execute(), and operator=().
| std::auto_ptr< te::rst::Raster > te::rp::GeometricRefining::OutputParameters::m_outputRasterPtr |
A pointer the generated output raster.
Definition at line 188 of file GeometricRefining.h.
Referenced by te::rp::GeometricRefining::execute().
| std::map< std::string, std::string > te::rp::GeometricRefining::OutputParameters::m_rInfo |
The necessary information to create the raster (as described in te::raster::RasterFactory).
Definition at line 186 of file GeometricRefining.h.
Referenced by te::rp::GeometricRefining::execute(), and operator=().
| std::string te::rp::GeometricRefining::OutputParameters::m_rType |
Output raster data source type (as described in te::raster::RasterFactory ).
Definition at line 184 of file GeometricRefining.h.
Referenced by te::rp::GeometricRefining::execute(), and operator=().
| std::vector< te::gm::GTParameters::TiePoint > te::rp::GeometricRefining::OutputParameters::m_tiePoints |
The tie-points in agreenment with the geometric transformation given by m_geomTransPtr (first: input raster lines/cols, second:input raster corrected world coords).
Definition at line 194 of file GeometricRefining.h.
Referenced by te::rp::GeometricRefining::execute(), and operator=().