Package org.geolatte.geom
Interface GeometryEquality
-
- All Known Implementing Classes:
ApproximateGeometryEquality,GeometryPositionEquality
public interface GeometryEqualityA test for equality ofGeometrys.- Author:
- Karel Maesen, Geovise BVBA creation-date: 4/13/12
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <P extends Position>
booleanequals(Geometry<P> first, Geometry<P> second)Checks whether the first geometry equals the second, for some definition of equality.
-