toGeometry
This section contains reference documentation for the toGeometry function.
Last updated
Was this helpful?
This section contains reference documentation for the toGeometry function.
Converts a spherical geographical object to a Geometry object.
toGeometry(geographyObject)
select toGeometry(
STPOINT(-122, 37, 1)
) AS value
from ignoreMe 00c05e8000000000004042800000000000
You can create geographical objects using the STPOINT and ST_GeogFromText functions.
Last updated
Was this helpful?
Was this helpful?

