PostGIS  2.5.7dev-r@@SVN_REVISION@@
rtpg_wkb.c File Reference
#include <postgres.h>
#include <fmgr.h>
#include <utils/builtins.h>
#include "rtpostgis.h"
Include dependency graph for rtpg_wkb.c:

Go to the source code of this file.

Functions

Datum RASTER_asWKB (PG_FUNCTION_ARGS)
 
Datum RASTER_asHexWKB (PG_FUNCTION_ARGS)
 
Datum RASTER_fromWKB (PG_FUNCTION_ARGS)
 
Datum RASTER_fromHexWKB (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (RASTER_asWKB)
 Output is WKB. More...
 
 PG_FUNCTION_INFO_V1 (RASTER_asHexWKB)
 Output is Hex WKB. More...
 
 PG_FUNCTION_INFO_V1 (RASTER_fromWKB)
 Input is WKB. More...
 
 PG_FUNCTION_INFO_V1 (RASTER_fromHexWKB)
 Input is Hex WKB. More...