Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
ST_GeomFromGeoJSON (GeoJson: String)
SELECT ST_GeomFromGeoJSON('{ "type":"Feature", "properties":{ "STATEFP":"01", "COUNTYFP":"077", "TRACTCE":"011501", "BLKGRPCE":"5", "AFFGEOID":"1500000US010770115015", "GEOID":"010770115015", "NAME":"5", "LSAD":"BG", "ALAND":6844991, "AWATER":32636 }, "geometry":{ "type":"Polygon", "coordinates":[ [ [-87.621765, 34.873444], [-87.617535, 34.873369], [-87.62119, 34.85053], [-87.62144, 34.865379], [-87.621765, 34.873444] ] ] } }')
POLYGON ((-87.621765 34.873444, -87.617535 34.873369, -87.62119 34.85053, -87.62144 34.865379, -87.621765 34.873444))
SELECT ST_GeomFromGeoJSON('{ "type":"Polygon", "coordinates":[ [ [-87.621765, 34.873444], [-87.617535, 34.873369], [-87.62119, 34.85053], [-87.62144, 34.865379], [-87.621765, 34.873444] ] ] }')
Was this page helpful?