25 #ifndef __TERRALIB_RP_INTERNAL_GEOMOSAIC_H    26 #define __TERRALIB_RP_INTERNAL_GEOMOSAIC_H    31 #include "../raster/Interpolator.h"    93             AbstractParameters* clone() const;
   123             AbstractParameters* clone() const;
   139         bool isInitialized() const;
   145         bool m_isInitialized; 
   164         static 
void calcBandStatistics( const 
te::rst::Raster& raster,
   165           const 
unsigned int bandIndex,
   166           const 
bool& forceNoDataValue,
   167           const 
double& noDataValue,
 
Blended pixel value calculation for two overlaped rasters. 
 
Raster Processing algorithm output parameters base interface. 
 
Create a mosaic from a set of geo-referenced rasters. 
 
Raster Processing algorithm base interface class. 
 
InterpolationMethod
Allowed interpolation methods. 
 
std::string m_rType
Output raster data source type (as described in te::raster::RasterFactory ). 
 
Raster Processing algorithm base interface. 
 
std::unique_ptr< te::rst::Raster > m_outputRasterPtr
The generated output mosaic raster. 
 
#define TERPEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
Feeder from a input rasters. 
 
GeoMosaic output parameters. 
 
std::map< std::string, std::string > m_rInfo
The necessary information to create the output rasters (as described in te::raster::RasterFactory).