Mosaic input parameters. More...
#include <TiePointsMosaic.h>
  
 Public Types | |
| enum | TiePointsLinkType { InvalidTiePointsT = 0, AdjacentRastersLinkingTiePointsT = 1, FirstRasterLinkingTiePointsT = 2 } | 
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... | |
| 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::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... | |
Mosaic input parameters.
Definition at line 57 of file TiePointsMosaic.h.
The tie pionts linking type (what rasters are linked by the supplied tie-points.
Definition at line 62 of file TiePointsMosaic.h.
| te::rp::TiePointsMosaic::InputParameters::InputParameters | ( | ) | 
Definition at line 56 of file TiePointsMosaic.cpp.
References reset().
| te::rp::TiePointsMosaic::InputParameters::InputParameters | ( | const InputParameters & | other | ) | 
Definition at line 61 of file TiePointsMosaic.cpp.
References te::rp::Algorithm::operator=(), and te::rp::TiePointsMosaic::reset().
| te::rp::TiePointsMosaic::InputParameters::~InputParameters | ( | ) | 
Definition at line 67 of file TiePointsMosaic.cpp.
References te::rp::TiePointsMosaic::reset().
      
  | 
  virtual | 
Create a clone copy of this instance.
Implements te::common::AbstractParameters.
Definition at line 105 of file TiePointsMosaic.cpp.
| const TiePointsMosaic::InputParameters & te::rp::TiePointsMosaic::InputParameters::operator= | ( | const InputParameters & | params | ) | 
Definition at line 86 of file TiePointsMosaic.cpp.
References m_autoEqualize, m_blendMethod, m_feederRasterPtr, m_forceInputNoDataValue, m_geomTransfName, m_inputRastersBands, m_interpMethod, m_noDataValue, m_tiePoints, m_useRasterCache, and te::rp::TiePointsMosaic::reset().
      
  | 
  virtual | |||||||||||||
Clear all internal allocated resources and reset the parameters instance to its initial state.
Implements te::common::AbstractParameters.
Definition at line 72 of file TiePointsMosaic.cpp.
References te::rst::Interpolator::NearestNeighbor, and te::rp::Blender::NoBlendMethod.
Referenced by InputParameters(), and te::rp::TiePointsMosaic::reset().
| bool te::rp::TiePointsMosaic::InputParameters::m_autoEqualize | 
Auto equalization will be performed using the overlaped image areas (default:true).
Definition at line 87 of file TiePointsMosaic.h.
Referenced by te::rp::TiePointsMosaic::execute(), and operator=().
| te::rp::Blender::BlendMethod te::rp::TiePointsMosaic::InputParameters::m_blendMethod | 
The pixel blending method (default: NoBlendMethod).
Definition at line 85 of file TiePointsMosaic.h.
Referenced by te::rp::TiePointsMosaic::execute(), and operator=().
| FeederConstRaster* te::rp::TiePointsMosaic::InputParameters::m_feederRasterPtr | 
Input rasters feeder.
Definition at line 69 of file TiePointsMosaic.h.
Referenced by te::rp::TiePointsMosaic::execute(), te::rp::TiePointsMosaic::initialize(), and operator=().
| 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 83 of file TiePointsMosaic.h.
Referenced by te::rp::TiePointsMosaic::execute(), and operator=().
| 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 77 of file TiePointsMosaic.h.
Referenced by te::rp::TiePointsMosaic::execute(), and operator=().
| std::vector< std::vector< unsigned int > > te::rp::TiePointsMosaic::InputParameters::m_inputRastersBands | 
Bands to process for each input raster.
Definition at line 71 of file TiePointsMosaic.h.
Referenced by te::rp::TiePointsMosaic::execute(), te::rp::TiePointsMosaic::initialize(), and operator=().
| te::rst::Interpolator::Method te::rp::TiePointsMosaic::InputParameters::m_interpMethod | 
The raster interpolator method (default:NearestNeighbor).
Definition at line 79 of file TiePointsMosaic.h.
Referenced by te::rp::TiePointsMosaic::execute(), and operator=().
| double te::rp::TiePointsMosaic::InputParameters::m_noDataValue | 
The pixel value used where no raster data is avaliable (defaul:0).
Definition at line 81 of file TiePointsMosaic.h.
Referenced by te::rp::TiePointsMosaic::execute(), and operator=().
| 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 73 of file TiePointsMosaic.h.
Referenced by te::rp::TiePointsMosaic::execute(), te::rp::TiePointsMosaic::initialize(), and operator=().
| TiePointsLinkType te::rp::TiePointsMosaic::InputParameters::m_tiePointsLinkType | 
The given tie points linking type, see TiePointsLinkType.
Definition at line 75 of file TiePointsMosaic.h.
Referenced by te::rp::TiePointsMosaic::execute().
| bool te::rp::TiePointsMosaic::InputParameters::m_useRasterCache | 
Enable(true) or disable the use of raster caching (default:true).
Definition at line 89 of file TiePointsMosaic.h.
Referenced by te::rp::TiePointsMosaic::execute(), and operator=().