locationtech / jts

The JTS Topology Suite is a Java library for creating and manipulating vector geometry.
Other
1.95k stars 440 forks source link

There seems to be a bug in the equality used to compare geometry objects for consistency #1054

Open kye-hash opened 4 months ago

kye-hash commented 4 months ago

There seems to be a bug in the equality method used to compare whether geometry objects are consistent, as the comparison results using Objects. equals() and geometry's equals() methods are inconsistent.