25 #ifndef __TERRALIB_RP_INTERNAL_GEOMOSAIC_H 
   26 #define __TERRALIB_RP_INTERNAL_GEOMOSAIC_H 
   31 #include "../raster/Interpolator.h" 
   83             void reset() throw( te::rp::Exception );
 
   89             AbstractParameters* clone() const;
 
  113             void reset() throw( te::rp::Exception );
 
  119             AbstractParameters* clone() const;
 
  127         bool execute( AlgorithmOutputParameters& outputParams ) throw( te::rp::Exception );
 
  130         void reset() throw( te::rp::Exception );
 
  135         bool isInitialized() const;
 
  141         bool m_isInitialized; 
 
  159         static 
void calcBandStatistics( const te::rst::Band& band,
 
  160           const 
bool& forceNoDataValue,
 
  161           const 
double& noDataValue,
 
std::map< std::string, std::string > m_rInfo
The necessary information to create the output rasters (as described in te::raster::RasterFactory). 
std::vector< std::vector< unsigned int > > m_inputRastersBands
Bands to process for each input raster. 
Raster Processing algorithm base interface class. 
GeoMosaic output parameters. 
te::rst::Interpolator::Method m_interpMethod
The raster interpolator method (default:NearestNeighbor). 
Raster Processing algorithm base interface. 
Method
Allowed interpolation methods. 
bool m_forceInputNoDataValue
If true, m_noDataValue will be used as the no-data value for input rasters (defalt:false). 
double m_noDataValue
The pixel value used where no raster data is avaliable (defaul:0). 
std::auto_ptr< te::rst::Raster > m_outputRasterPtr
The generated output mosaic raster. 
bool m_useRasterCache
Enable(true) or disable the use of raster caching (default:true). 
bool m_autoEqualize
Auto equalization will be performed using the overlaped image areas (default:true). 
FeederConstRaster * m_feederRasterPtr
Input rasters feeder. 
Feeder from a input rasters. 
Raster Processing algorithm output parameters base interface. 
GeoMosaic input parameters. 
Blended pixel value calculation for two overlaped rasters. 
std::string m_rType
Output raster data source type (as described in te::raster::RasterFactory ). 
te::rp::Blender::BlendMethod m_blendMethod
The pixel blending method (default: NoBlendMethod). 
#define TERPEXPORT
You can use this macro in order to export/import classes and functions from this module. 
Raster Processing algorithm input parameters base interface. 
Create a mosaic from a set of geo-referenced rasters.