te::rp::TiePointsMosaic::InputParameters Class Reference

Mosaic input parameters. More...

#include <TiePointsMosaic.h>

Inheritance diagram for te::rp::TiePointsMosaic::InputParameters:
te::rp::AlgorithmInputParameters te::common::AbstractParameters

Public Types

enum  TiePointsLinkType { InvalidTiePointsT = 0, AdjacentRastersLinkingTiePointsT = 1, FirstRasterLinkingTiePointsT = 2 }
 

Public Member Functions

AbstractParametersclone () const
 Create a clone copy of this instance. More...
 
 InputParameters ()
 
 InputParameters (const InputParameters &)
 
const InputParametersoperator= (const InputParameters &params)
 
void reset () throw ( te::rp::Exception )
 Clear all internal allocated resources and reset the parameters instance to its initial state. More...
 
 ~InputParameters ()
 

Public Attributes

bool m_autoEqualize
 Auto equalization will be performed using the overlaped image areas (default:true). More...
 
te::rp::Blender::BlendMethod m_blendMethod
 The pixel blending method (default: NoBlendMethod). More...
 
bool m_enableMultiThread
 Enable/disable the use of threads (default:true). More...
 
bool m_enableProgress
 Enable/Disable the progress interface (default:false). More...
 
FeederConstRasterm_feederRasterPtr
 Input rasters feeder. More...
 
bool m_forceInputNoDataValue
 If true, m_noDataValue will be used as the no-data value for input rasters (defalt:false). More...
 
std::string m_geomTransfName
 The name of the geometric transformation used if tie-points are supplied (see each te::gm::GTFactory inherited classes to find each factory key/name, default:Affine). More...
 
std::vector< std::vector< unsigned int > > m_inputRastersBands
 Bands to process for each 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...
 
std::vector< std::vector< te::gm::GTParameters::TiePoint > > m_tiePoints
 Tie-points between each adjacent raster pair (te::gm::GTParameters::TiePoint::first are raster (with index i) lines/columns, te::gm::GTParameters::TiePoint::second are raster (with index I+1) lines/columns ,and so on). More...
 
TiePointsLinkType m_tiePointsLinkType
 The given tie points linking type, see TiePointsLinkType. More...
 
bool m_useRasterCache
 Enable(true) or disable the use of raster caching (default:true). More...
 

Detailed Description

Mosaic input parameters.

Definition at line 58 of file TiePointsMosaic.h.

Member Enumeration Documentation

The tie pionts linking type (what rasters are linked by the supplied tie-points.

Enumerator
InvalidTiePointsT 

Invalid linking type.

AdjacentRastersLinkingTiePointsT 

Tie-points linking adjacent raster pairs (te::gm::GTParameters::TiePoint::first are raster (with index i) lines/columns, te::gm::GTParameters::TiePoint::second are raster (with index I+1) lines/columns ,and so on).

FirstRasterLinkingTiePointsT 

Tie-points linking any raster to the first sequence raster (te::gm::GTParameters::TiePoint::first are the first raster lines/columns, te::gm::GTParameters::TiePoint::second are any other sequenced raster lines/columns ,and so on).

Definition at line 63 of file TiePointsMosaic.h.

Constructor & Destructor Documentation

te::rp::TiePointsMosaic::InputParameters::InputParameters ( )
te::rp::TiePointsMosaic::InputParameters::InputParameters ( const InputParameters )
te::rp::TiePointsMosaic::InputParameters::~InputParameters ( )

Member Function Documentation

AbstractParameters* te::rp::TiePointsMosaic::InputParameters::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.

const InputParameters& te::rp::TiePointsMosaic::InputParameters::operator= ( const InputParameters params)
void te::rp::TiePointsMosaic::InputParameters::reset ( )
throw (te::rp::Exception
)
virtual

Clear all internal allocated resources and reset the parameters instance to its initial state.

Implements te::common::AbstractParameters.

Member Data Documentation

bool te::rp::TiePointsMosaic::InputParameters::m_autoEqualize

Auto equalization will be performed using the overlaped image areas (default:true).

Definition at line 88 of file TiePointsMosaic.h.

te::rp::Blender::BlendMethod te::rp::TiePointsMosaic::InputParameters::m_blendMethod

The pixel blending method (default: NoBlendMethod).

Definition at line 86 of file TiePointsMosaic.h.

bool te::rp::TiePointsMosaic::InputParameters::m_enableMultiThread

Enable/disable the use of threads (default:true).

Definition at line 94 of file TiePointsMosaic.h.

bool te::rp::TiePointsMosaic::InputParameters::m_enableProgress

Enable/Disable the progress interface (default:false).

Definition at line 92 of file TiePointsMosaic.h.

FeederConstRaster* te::rp::TiePointsMosaic::InputParameters::m_feederRasterPtr

Input rasters feeder.

Definition at line 70 of file TiePointsMosaic.h.

bool te::rp::TiePointsMosaic::InputParameters::m_forceInputNoDataValue

If true, m_noDataValue will be used as the no-data value for input rasters (defalt:false).

Definition at line 84 of file TiePointsMosaic.h.

std::string te::rp::TiePointsMosaic::InputParameters::m_geomTransfName

The name of the geometric transformation used if tie-points are supplied (see each te::gm::GTFactory inherited classes to find each factory key/name, default:Affine).

Definition at line 78 of file TiePointsMosaic.h.

std::vector< std::vector< unsigned int > > te::rp::TiePointsMosaic::InputParameters::m_inputRastersBands

Bands to process for each input raster.

Definition at line 72 of file TiePointsMosaic.h.

te::rst::Interpolator::Method te::rp::TiePointsMosaic::InputParameters::m_interpMethod

The raster interpolator method (default:NearestNeighbor).

Definition at line 80 of file TiePointsMosaic.h.

double te::rp::TiePointsMosaic::InputParameters::m_noDataValue

The pixel value used where no raster data is avaliable (defaul:0).

Definition at line 82 of file TiePointsMosaic.h.

std::vector< std::vector< te::gm::GTParameters::TiePoint > > te::rp::TiePointsMosaic::InputParameters::m_tiePoints

Tie-points between each adjacent raster pair (te::gm::GTParameters::TiePoint::first are raster (with index i) lines/columns, te::gm::GTParameters::TiePoint::second are raster (with index I+1) lines/columns ,and so on).

Definition at line 74 of file TiePointsMosaic.h.

TiePointsLinkType te::rp::TiePointsMosaic::InputParameters::m_tiePointsLinkType

The given tie points linking type, see TiePointsLinkType.

Definition at line 76 of file TiePointsMosaic.h.

bool te::rp::TiePointsMosaic::InputParameters::m_useRasterCache

Enable(true) or disable the use of raster caching (default:true).

Definition at line 90 of file TiePointsMosaic.h.


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