I have a set of line data that I wish to buffer for a client.
The requirements of their GIS system are such that the shapes must not be 2D reentrant, lack donut holes, and be OGC Simple + OGC 1.2 compliant.
I buffered the lines to .0003 ground units (coordinate system is in degrees)
Input feature qty is 9287.
The validator only passes 8175 of them.
Every failure reported from the listConcatenator is “Fails OGC Compliant,Fails OGC Simple”.
Is there something that I’m doing wrong?