PostGIS
2.2.8dev-r@@SVN_REVISION@@
|
rt_raster rt_raster_from_hexwkb | ( | const char * | hexwkb, |
uint32_t | hexwkbsize | ||
) |
Construct an rt_raster from a text HEXWKB representation.
hexwkb | : an hex-encoded stream |
hexwkbsize | : size (in bytes) of the hexwkb stream |
Definition at line 406 of file rt_wkb.c.
References parse_hex(), RASTER_DEBUGF, rt_raster_from_wkb(), rtalloc(), rtdealloc(), and rterror().
Referenced by RASTER_in(), and test_raster_wkb().