Skip to contents

Creates a geometry from Well-Known Binary (WKB) representation.

Usage

st_geomfromwkb(wkb = BLOB)

Arguments

wkb

BLOB

Value

GEOMETRY

SQL examples

ST_GeomFromWKB(X'01010000000000000000000000000000000000000000000000')

See also

Other geometry: st_astext(), st_aswkb(), st_crs()