MobilityDB 1.3
Loading...
Searching...
No Matches

◆ geo_from_ewkb()

GSERIALIZED * geo_from_ewkb ( const uint8_t *  wkb,
size_t  wkb_size,
int32  srid 
)

Return a geometry/geography from its EWKB representation.

This function parses EWKB (extended form) which also contains SRID info.

Parameters
[in]wkbWKB bytes
[in]wkb_sizeNumber of WKB bytes
[in]sridSRID
Note
PostGIS function: LWGEOMFromEWKB(wkb, [SRID])
wkb is in binary not hex form