GeoMosaic input parameters. More...
#include <GeoMosaic.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 | |
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... | |
FeederConstRaster * | m_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::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... | |
bool | m_useRasterCache |
Enable(true) or disable the use of raster caching (default:true). More... | |
GeoMosaic input parameters.
Definition at line 56 of file GeoMosaic.h.
te::rp::GeoMosaic::InputParameters::InputParameters | ( | ) |
te::rp::GeoMosaic::InputParameters::InputParameters | ( | const InputParameters & | ) |
te::rp::GeoMosaic::InputParameters::~InputParameters | ( | ) |
|
virtual |
Create a clone copy of this instance.
Implements te::common::AbstractParameters.
const InputParameters& te::rp::GeoMosaic::InputParameters::operator= | ( | const InputParameters & | params | ) |
|
virtual |
Clear all internal allocated resources and reset the parameters instance to its initial state.
Implements te::common::AbstractParameters.
bool te::rp::GeoMosaic::InputParameters::m_autoEqualize |
Auto equalization will be performed using the overlaped image areas (default:true).
Definition at line 72 of file GeoMosaic.h.
te::rp::Blender::BlendMethod te::rp::GeoMosaic::InputParameters::m_blendMethod |
The pixel blending method (default: NoBlendMethod).
Definition at line 70 of file GeoMosaic.h.
bool te::rp::GeoMosaic::InputParameters::m_enableMultiThread |
Enable/disable the use of threads (default:true).
Definition at line 78 of file GeoMosaic.h.
bool te::rp::GeoMosaic::InputParameters::m_enableProgress |
Enable/Disable the progress interface (default:false).
Definition at line 76 of file GeoMosaic.h.
FeederConstRaster* te::rp::GeoMosaic::InputParameters::m_feederRasterPtr |
Input rasters feeder.
Definition at line 60 of file GeoMosaic.h.
bool te::rp::GeoMosaic::InputParameters::m_forceInputNoDataValue |
If true, m_noDataValue will be used as the no-data value for input rasters (defalt:false).
Definition at line 68 of file GeoMosaic.h.
std::vector< std::vector< unsigned int > > te::rp::GeoMosaic::InputParameters::m_inputRastersBands |
Bands to process for each input raster.
Definition at line 62 of file GeoMosaic.h.
te::rst::Interpolator::Method te::rp::GeoMosaic::InputParameters::m_interpMethod |
The raster interpolator method (default:NearestNeighbor).
Definition at line 64 of file GeoMosaic.h.
double te::rp::GeoMosaic::InputParameters::m_noDataValue |
The pixel value used where no raster data is avaliable (defaul:0).
Definition at line 66 of file GeoMosaic.h.
bool te::rp::GeoMosaic::InputParameters::m_useRasterCache |
Enable(true) or disable the use of raster caching (default:true).
Definition at line 74 of file GeoMosaic.h.