All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
te::rp::GeometricRefining::OutputParameters Class Reference

Output parameters. More...

#include <GeometricRefining.h>

Inheritance diagram for te::rp::GeometricRefining::OutputParameters:
te::rp::AlgorithmOutputParameters te::common::AbstractParameters

Classes

class  MatchingResult
 Reference rasters matching info. More...
 

Public Member Functions

AbstractParametersclone () const
 Create a clone copy of this instance. More...
 
const OutputParametersoperator= (const OutputParameters &params)
 
 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< MatchingResultm_matchingResult
 The matching result status for all given reference rasters. More...
 
std::auto_ptr< te::rst::Rasterm_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...
 

Detailed Description

Output parameters.

Definition at line 132 of file GeometricRefining.h.

Constructor & Destructor Documentation

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)
te::rp::GeometricRefining::OutputParameters::~OutputParameters ( )

Definition at line 146 of file GeometricRefining.cpp.

References te::rp::GeometricRefining::reset().

Member Function Documentation

te::common::AbstractParameters * te::rp::GeometricRefining::OutputParameters::clone ( ) const
virtual

Create a clone copy of this instance.

Returns
A clone copy of this instance.
Note
The caller will take the ownership of the returned pointer.

Implements te::common::AbstractParameters.

Definition at line 177 of file GeometricRefining.cpp.

const GeometricRefining::OutputParameters & te::rp::GeometricRefining::OutputParameters::operator= ( const OutputParameters params)
void te::rp::GeometricRefining::OutputParameters::reset ( )
throw (te::rp::Exception
)
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.

Member Data Documentation

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=().


The documentation for this class was generated from the following files: