te::rp::SequenceMosaic::InputParameters Class Reference

Mosaic input parameters. More...

#include <SequenceMosaic.h>

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

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 multi-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...
 
te::rp::TiePointsLocator::InputParameters m_locatorParams
 The parameters used by the tie-points locator when processing each rasters pair (leave untouched to use the default). More...
 
double m_minRequiredTiePointsCoveredAreaPercent
 The mininumum required tie-points covered area percent of each raster area - valid range [0,100] (default:25). More...
 
double m_noDataValue
 The pixel value used where no raster data is avaliable (defaul:0). More...
 
std::string m_outDataSetsNamePrefix
 The raster output data sets names prefix. More...
 
std::string m_outDataSetsNameSufix
 The raster output data sets names sufix. More...
 
unsigned int m_tiePointsLocationBandIndex
 The band used to locate tie-points, this is the index inside each vector of m_inputRastersBands (defaul:0). 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 SequenceMosaic.h.

Constructor & Destructor Documentation

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

Member Function Documentation

AbstractParameters* te::rp::SequenceMosaic::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::SequenceMosaic::InputParameters::operator= ( const InputParameters params)
void te::rp::SequenceMosaic::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::SequenceMosaic::InputParameters::m_autoEqualize

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

Definition at line 76 of file SequenceMosaic.h.

te::rp::Blender::BlendMethod te::rp::SequenceMosaic::InputParameters::m_blendMethod

The pixel blending method (default: NoBlendMethod).

Definition at line 74 of file SequenceMosaic.h.

bool te::rp::SequenceMosaic::InputParameters::m_enableMultiThread

Enable/Disable the use of multi-threads (default:true).

Definition at line 80 of file SequenceMosaic.h.

bool te::rp::SequenceMosaic::InputParameters::m_enableProgress

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

Definition at line 82 of file SequenceMosaic.h.

FeederConstRaster* te::rp::SequenceMosaic::InputParameters::m_feederRasterPtr

Input rasters feeder.

Definition at line 62 of file SequenceMosaic.h.

bool te::rp::SequenceMosaic::InputParameters::m_forceInputNoDataValue

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

Definition at line 72 of file SequenceMosaic.h.

std::string te::rp::SequenceMosaic::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 66 of file SequenceMosaic.h.

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

Bands to process for each input raster.

Definition at line 64 of file SequenceMosaic.h.

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

The raster interpolator method (default:NearestNeighbor).

Definition at line 68 of file SequenceMosaic.h.

te::rp::TiePointsLocator::InputParameters te::rp::SequenceMosaic::InputParameters::m_locatorParams

The parameters used by the tie-points locator when processing each rasters pair (leave untouched to use the default).

Definition at line 92 of file SequenceMosaic.h.

double te::rp::SequenceMosaic::InputParameters::m_minRequiredTiePointsCoveredAreaPercent

The mininumum required tie-points covered area percent of each raster area - valid range [0,100] (default:25).

Definition at line 90 of file SequenceMosaic.h.

double te::rp::SequenceMosaic::InputParameters::m_noDataValue

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

Definition at line 70 of file SequenceMosaic.h.

std::string te::rp::SequenceMosaic::InputParameters::m_outDataSetsNamePrefix

The raster output data sets names prefix.

Definition at line 86 of file SequenceMosaic.h.

std::string te::rp::SequenceMosaic::InputParameters::m_outDataSetsNameSufix

The raster output data sets names sufix.

Definition at line 88 of file SequenceMosaic.h.

unsigned int te::rp::SequenceMosaic::InputParameters::m_tiePointsLocationBandIndex

The band used to locate tie-points, this is the index inside each vector of m_inputRastersBands (defaul:0).

Definition at line 84 of file SequenceMosaic.h.

bool te::rp::SequenceMosaic::InputParameters::m_useRasterCache

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

Definition at line 78 of file SequenceMosaic.h.


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