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_GeomFromKML (kml: String)
SELECT ST_GeomFromKML(' <LineString> <coordinates> -71.1663,42.2614 -71.1667,42.2616 </coordinates> </LineString> ')
LINESTRING (-71.1663 42.2614, -71.1667 42.2616)
Was this page helpful?