Reference material for ST_GEOGFROMTEXT function
GEOGRAPHY
object from a Well-Known Text (WKT) string. The extended WKT format is supported only for Spatial Reference Identifier (SRID) 4326, which corresponds to the WGS84 coordinate system.
Normalization and invalid input handling are applied as descibed in the GEOGRAPHY type documentation.
Parameter | Description | Supported input types |
---|---|---|
<WKT> | A WKT string to convert to a GEOGRAPHY object. | TEXT |
ST_GEOGFROMTEXT
returns a value of type GEOGRAPHY
.
result (TEXT) |
---|
‘POINT(-73.98551041593687 40.75793403395676)’ |