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
 TerraLib.
 
 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 bool te::rst::Reproject (int newSRID, const te::rst::Raster &inputRaster, const std::vector< unsigned int > &inputRasterBands, const te::rst::Interpolator::Method interpMethod, const unsigned int interpWindowRadius, const unsigned int firstRow, const unsigned int firstColumn, const unsigned int height, const unsigned int width, const unsigned int newheight, const unsigned int newwidth, const unsigned int maxThreads, const std::map< std::string, std::string > &rinfo, const std::string &dataSourceType, std::unique_ptr< te::rst::Raster > &outputRasterPtr)
 Reprojects, clip and resample a subset of the raster. More...
 
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.