ReprojectRaster.cpp File Reference
#include "RasterExamples.h"
#include <terralib/raster/Raster.h>
#include <terralib/raster/RasterFactory.h>
#include <terralib/raster/Reprojection.h>
#include <iostream>
#include <string>

Go to the source code of this file.

Functions

void ReprojectRasterUsingDriver ()
 Reproject one raster using TerraLib implementation. More...
 
void ReprojectRasterUsingFunction ()
 Reproject one raster using GDAL implementation. More...
 

Function Documentation

void ReprojectRasterUsingDriver ( )

Reproject one raster using TerraLib implementation.

Definition at line 10 of file ReprojectRaster.cpp.

References te::rst::RasterFactory::open(), and te::rst::Raster::transform().

Referenced by main().

void ReprojectRasterUsingFunction ( )

Reproject one raster using GDAL implementation.

Definition at line 74 of file ReprojectRaster.cpp.

References te::rst::RasterFactory::open(), and te::rst::Reproject().

Referenced by main().