26 #ifndef __TERRALIB_EXAMPLES_INTERNAL_RASTEREXAMPLES_H 27 #define __TERRALIB_EXAMPLES_INTERNAL_RASTEREXAMPLES_H void ReprojectRasterUsingFunction()
Reproject one raster using GDAL implementation.
void VectorizeRaster()
This example shows how to use the vectorization method.
void LoadModules()
It loads the data source drivers.
void ReprojectRaster()
Creates a new raster file with a new projection.
void SplitComplexImage()
Test to open a complex image and split into real/imaginary rasters.
void Raster1Bit()
This example shows how to create an 1bit Raster in memory, and how to save an 1bit Raster in Tiff for...
void ExemplifyDataAccess()
A set of examples using GDAL/raster/dataaccess support.
void RasterizePolygonSet()
Test to open a shapefile and save some polygons in a raster file.
void PostGISRaster()
This example shows how to use the GDAL PostGIS Raster support.
void GribExample()
An example to use the Grib driver.
void ResampleRaster()
Resample one Raster based on user defined parameters.
void MakeRasterCrop()
Creates an image crop with a providen envelope.
void ExemplifyIterators()
An example to test iterators over Bands, Windows, and Rasters.
void RasterInMemory()
An example to use the memory driver.
void GribPolygonExample()
An example to use Grib and Geometry.
void ArithmeticWithRaster()
Creates a new raster based on raster arithmetic operations.
void ReprojectRasterUsingDriver()
Reproject one raster using TerraLib implementation.