Skip to main content
Construct a Geography from WKB Binary.

Signatures

ST_GeogFromWKB (Wkb: Binary)

Parameters

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

Return type

The computed result.

Example

SELECT ST_GeogFromWKB([01 02 00 00 00 02 00 00 00 00 00 00 00 84 d6 00 c0 00 00 00 00 80 b5 d6 bf 00 00 00 60 e1 ef f7 bf 00 00 00 80 07 5d e5 bf])
LINESTRING (-2.1 -0.4, -1.5 -0.7)