Uses of Interface
org.geolatte.geom.PositionEquality
-
Packages that use PositionEquality Package Description org.geolatte.geom A model for geospatial geometries. -
-
Uses of PositionEquality in org.geolatte.geom
Classes in org.geolatte.geom that implement PositionEquality Modifier and Type Class Description classExactPositionEqualityAPositionEqualityimplementation that considers twoPositions to be equal if and only if the have the same coordinates.classWithinTolerancePositionEqualityAPositionEqualitythat considersPoints to be equal when their coordinates are within a specified tolerance of each other.Constructors in org.geolatte.geom with parameters of type PositionEquality Constructor Description GeometryPositionEquality(PositionEquality pointEq)Constructs an instance that uses the specifiedPositionEqualityto determine whether theGeometrys have the samePositionss.PositionSequencePositionEquality(PositionEquality positionEquality)
-