Regarding the docs for the ST_GEOMETRY() constructor function:
https://desktop.arcgis.com/en/arcmap/latest/manage-data/using-sql-with-gdbs/st-geometry.htm
Idea for improving the docs:
When constructing a polygon via WKT: Could a blurb be added to the docs to make it clear that the last vertex of the polygon needs to be exactly the same as the first vertex of the polygon?
I don't think the docs currently include that information. Key details like that would be very helpful when troubleshooting issues.
I suppose this would apply to the ST_GeomFromText() function too, which does something similar to ST_Geometry().
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.