GIS Guru's
I have six Polygons residing within a Polygon Hole.
This results in 8 Rings over 7 total Polygons.
When I select the single Donut polygon, data is returned from the server fine.
When I select the 6 Polygons in the Hole, data is returned from the server.
When I select the Donut and any of the polygons in the hole, the server returns an error of invalid geometry.
I add .simplifyAsync and the error goes away, but only returns the donut polygon.
Questions:
Is there a Selection parameter somewhere I can use to ensure I get all 8 polygons?
Is there a way to evaluate Donut polygons, within my selection set, and remove the ring that is the Hole?
If so, please show example code.
Else give me some options....
Hope this made sense!
Thank you
KeitherJ