25 #ifndef __TERRALIB_RP_INTERNAL_GEOMOSAIC_H 
   26 #define __TERRALIB_RP_INTERNAL_GEOMOSAIC_H 
   31 #include "../raster/Interpolator.h" 
   63             friend class GeoComposition;
 
  120             AbstractParameters* clone() const;
 
  129             static 
void getEqTypesInfo( std::vector< std::pair< 
EqType, std::
string > >& eqTypesInfo  );
 
  163             AbstractParameters* clone() const;
 
  179         bool isInitialized() const;
 
  185         bool m_isInitialized; 
 
Blended pixel value calculation for two overlaped rasters.
 
Raster Processing algorithm output parameters base interface.
 
Raster Processing algorithm base interface.
 
Feeder from a input rasters.
 
GeoMosaic output parameters.
 
std::string m_rType
Output raster data source type (as described in te::raster::RasterFactory ).
 
std::map< std::string, std::string > m_rInfo
The necessary information to create the output rasters (as described in te::raster::RasterFactory).
 
OutputParameters(const OutputParameters &)
 
std::unique_ptr< te::rst::Raster > m_outputRasterPtr
The generated output mosaic raster.
 
void reset() _NOEXCEPT_OP(false)
Clear all internal allocated resources and reset the parameters instance to its initial state.
 
Create a mosaic from a set of geo-referenced rasters.
 
InterpolationMethod
Allowed interpolation methods.
 
#define TERPEXPORT
You can use this macro in order to export/import classes and functions from this module.