ST_GeogFromText
This section contains reference documentation for the ST_GeogFromText function.
Signature
Usage Examples
select ST_GeogFromText('POINT (30 10)') AS value
from ignoreMe value
select ST_GeogFromText('LINESTRING (30 10, 10 30, 40 40)') AS value
from ignoreMe value
select ST_GeogFromText('POLYGON ((30 10, 40 40, 20 40, 10 20, 30 10))') AS value
from ignoreMe value
Was this helpful?

