MobilityDB
1.1
Functions for PostGIS types
gserialized_as_ewkb
gserialized_as_ewkt
gserialized_as_geojson
gserialized_as_hexewkb
gserialized_as_text
gserialized_from_ewkb
gserialized_from_geojson
gserialized_from_hexewkb
gserialized_from_text
gserialized_in
gserialized_out
pgis_gserialized_same
◆
gserialized_from_ewkb()
GSERIALIZED
* gserialized_from_ewkb
(
const
bytea
*
bytea_wkb
,
int32
srid
)
Return a geometry from its EWKB representation.
Note
PostGIS function: LWGEOMFromEWKB(wkb, [SRID])
wkb is in
binary
not hex form
This function parses EWKB (extended form) which also contains SRID info.
Generated by
1.9.4