maya
.public
Tables
(current)
Columns
Constraints
Relationships
Orphan Tables
Anomalies
Routines
st_pointfromwkb(bytea, integer)
Parameters
Name
Type
Mode
$1
bytea
IN
$2
integer
IN
Definition
SELECT CASE WHEN geometrytype(ST_GeomFromWKB($1, $2)) = 'POINT' THEN ST_GeomFromWKB($1, $2) ELSE NULL END