Hi -
I'm using GeometryEngine.ImportFromWKB to create geometries.
Sometimes I get an exception when I try to insert into a file gdb.
Rather than applying GeometryEngine.SimplifyAsFeature, I'd like to figure out what's wrong with the geometry to begin with so I can correct the code in the system that's generating the wkb (NetTopologySuite).
Does the Pro SDK have anything like ITopologicalOperator3.IsSimpleEx found in the Enterprise SDK, that could provide similar diagnostics, like this:
Thanks!
Hi Kirk,
The Pro SDK doesn't have it, but we do have an issue in our queue to add it. I will update the priority to include it in an upcoming release.
Thanks,
Annette
In the meantime, you could insert the geometries into a feature class in a geodatabase and use the GeoProcessing tool CheckGeometry.
https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/check-geometry.htm