26 #ifndef __TERRALIB_RASTER_INTERNAL_REPROJECTION_H 27 #define __TERRALIB_RASTER_INTERNAL_REPROJECTION_H 40 namespace gm {
class Envelope; }
41 namespace srs {
class Converter; }
103 TERASTEREXPORT te::rst::Raster*
Reproject(
te::rst::Raster const *
const rin,
int srid,
double llx,
double lly,
double urx,
double ury,
double resx,
double resy,
const std::map<std::string, std::string>& routinfo,
int m =
te::rst::NearestNeighbor);
107 #endif // __TERRALIB_RASTER_INTERNAL_REPROJECTION_H #define TERASTEREXPORT
You can use this macro in order to export/import classes and functions from this module.
Near neighborhood interpolation method.
TERASTEREXPORT te::rst::Raster * Reproject(te::rst::Raster const *const rin, int srid, const std::map< std::string, std::string > &routinfo, int m=te::rst::NearestNeighbor)
Reprojects a raster to another SRS.
An abstract class for raster data strucutures.
Configuration flags for the Raster module of TerraLib.
It interpolates one pixel based on a selected algorithm.