PostGIS  2.5.7dev-r@@SVN_REVISION@@
rtpg_gdal.c File Reference
#include <postgres.h>
#include <fmgr.h>
#include <funcapi.h>
#include <utils/builtins.h>
#include "utils/lsyscache.h"
#include "utils/array.h"
#include "catalog/pg_type.h"
#include "../../postgis_config.h"
#include "access/htup_details.h"
#include "rtpostgis.h"
#include "rtpg_internal.h"
Include dependency graph for rtpg_gdal.c:

Go to the source code of this file.

Macros

#define VALUES_LENGTH   6
 

Functions

Datum RASTER_fromGDALRaster (PG_FUNCTION_ARGS)
 
Datum RASTER_asGDALRaster (PG_FUNCTION_ARGS)
 
Datum RASTER_getGDALDrivers (PG_FUNCTION_ARGS)
 
Datum RASTER_GDALWarp (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (RASTER_fromGDALRaster)
 
 PG_FUNCTION_INFO_V1 (RASTER_asGDALRaster)
 Returns formatted GDAL raster as bytea object of raster. More...
 
 PG_FUNCTION_INFO_V1 (RASTER_getGDALDrivers)
 Returns available GDAL drivers. More...
 
 PG_FUNCTION_INFO_V1 (RASTER_GDALWarp)
 warp a raster using GDAL Warp API More...