Reprojection.h File Reference

It contains the algorithm to reproject raster data. More...

#include "Config.h"
#include "Interpolator.h"
#include <map>
#include <string>

Go to the source code of this file.

Namespaces

 te
 URI C++ Library.
 
 te::gm
 Namespace for the Vector Geometry module of TerraLib.
 
 te::rst
 Namespace for the Raster module of TerraLib.
 
 te::srs
 Namespace for the Spatial Reference System module of TerraLib.
 

Functions

TERASTEREXPORT te::rst::Rasterte::rst::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. More...
 
TERASTEREXPORT te::rst::Rasterte::rst::Reproject (te::rst::Raster const *const rin, int srid, double llx, double lly, double urx, double ury, const std::map< std::string, std::string > &routinfo, int m=te::rst::NearestNeighbor)
 Reprojects a portion of a raster to another SRS. More...
 
TERASTEREXPORT te::rst::Rasterte::rst::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)
 Reprojects a portion of a raster to another SRS and maintaining a given resolution. More...
 

Detailed Description

It contains the algorithm to reproject raster data.

Definition in file Reprojection.h.