Uses of Package
org.locationtech.spatial4j.distance
-
Packages that use org.locationtech.spatial4j.distance Package Description org.locationtech.spatial4j.context SpatialContext implementations are the facade to the Spatial4j API.org.locationtech.spatial4j.distance Ways to calculate distance. -
Classes in org.locationtech.spatial4j.distance used by org.locationtech.spatial4j.context Class Description DistanceCalculator Performs calculations relating to distance, such as the distance between a pair of points. -
Classes in org.locationtech.spatial4j.distance used by org.locationtech.spatial4j.distance Class Description AbstractDistanceCalculator CartesianDistCalc Calculates based on Euclidean / Cartesian 2d plane.DistanceCalculator Performs calculations relating to distance, such as the distance between a pair of points.GeodesicSphereDistCalc A base class for a Distance Calculator that assumes a spherical earth model.