ST_GeomFromWKB
This section contains reference documentation for the ST_GeomFromWKB function.
Returns a geometry type object from WKB representation.
Signature
ST_GeomFromWKB(wkb)
Usage Examples
You can create geometry objects in the WKB format using the ST_AsBinary function.
Last updated