PostGISRaster.cpp File Reference
#include "RasterExamples.h"
#include <terralib/dataaccess.h>
#include <terralib/geometry.h>
#include <terralib/raster.h>
#include <iostream>
#include <string>
#include <terralib/dataaccess/dataset/DataSet.h>

Go to the source code of this file.

Functions

void PostGISRaster ()
 This example shows how to use the GDAL PostGIS Raster support. More...
 
void PostGISRaster_DataSourceAPI ()
 
void PostGISRaster_RasterAPI ()
 

Function Documentation

void PostGISRaster ( )

This example shows how to use the GDAL PostGIS Raster support.

Definition at line 43 of file PostGISRaster.cpp.

References PostGISRaster_DataSourceAPI(), and PostGISRaster_RasterAPI().

void PostGISRaster_DataSourceAPI ( )
void PostGISRaster_RasterAPI ( )

Definition at line 50 of file PostGISRaster.cpp.

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

Referenced by PostGISRaster().