#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 () |
| 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 | ( | ) |
Definition at line 88 of file PostGISRaster.cpp.
References te::rst::CreateCopy(), ds, te::da::GetFirstPropertyPos(), te::da::DataSourceFactory::make(), and te::dt::RASTER_TYPE.
Referenced by PostGISRaster().
| void PostGISRaster_RasterAPI | ( | ) |
Definition at line 50 of file PostGISRaster.cpp.
References te::rst::CreateCopy(), and te::rst::RasterFactory::open().
Referenced by PostGISRaster().