Skip to main content
Construct a Geometry from EWKB string or Binary. This function is an alias of ST_GeomFromWKB.

Signatures

Parameters

Wkb
String
required
A Well-Known Binary (WKB) representation of a geometry.

Return type

The resulting geometry.

Examples