I have a shapefile of polygons.
There are open geometries.
How do I record just the right geometries?
See the picture please.
Thank you.
Regards,
Joao
I have a shapefile of polygons.
There are open geometries.
How do I record just the right geometries?
See the picture please.
Thank you.
Regards,
Joao
you can use the GeometryValidator for this.
David
A good way to it would be to create Hulls.
First use areacalculator on polygons, then create hulls. Calculate area of hulls.
Compare both areas.
Open polygons will have a big discrepancy in area.