25 #ifndef __TERRALIB_RP_INTERNAL_GEOMOSAIC_H
26 #define __TERRALIB_RP_INTERNAL_GEOMOSAIC_H
31 #include "../raster/Interpolator.h"
93 AbstractParameters* clone() const;
117 void reset() throw(
te::rp::Exception );
123 AbstractParameters* clone() const;
131 bool execute( AlgorithmOutputParameters& outputParams ) throw(
te::rp::Exception );
134 void reset() throw(
te::rp::Exception );
139 bool isInitialized() const;
145 bool m_isInitialized;
163 static
void calcBandStatistics( const
te::rst::Band& band,
164 const
bool& forceNoDataValue,
165 const
double& noDataValue,
Base exception class for plugin module.
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.
#define TERPEXPORT
You can use this macro in order to export/import classes and functions from this module.
std::auto_ptr< te::rst::Raster > m_outputRasterPtr
The generated output mosaic raster.
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).