PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
#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"
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... | |