Broken link in documentation
DaveInCaz opened this issue · 3 comments
Hello,
I noticed that in page http://esri.github.io/geometry-api-java/doc/Polygon.html in section "Valid polygons" the link "Simplify operator with OGC restrictions" results in an error (404).
It is linking to http://esri.github.io/geometry-api-java/doc/SimplifyOGC.html which seems to be invalid. I searched but couldn't find anything that seemed to be what was intended.
Thanks!
Hi,
Thanks for bringing this to our attention. It should be pointing to the API Reference page,
http://esri.github.io/geometry-api-java/javadoc/com/esri/core/geometry/OperatorSimplifyOGC.html
You can find more information about OGC Simple geometries by downloading the OCG spec from
https://www.ogc.org/standards/sfa
Thank you @DaveInCaz