Namespace Spatial4n.Core.Distance
Classes
AbstractDistanceCalculator
CartesianDistCalc
Calculates based on Euclidean / Cartesian 2d plane.
DistanceUtils
Various distance calculations and constants. To the extent possible, a IDistanceCalculator, retrieved from DistCalc should be used in preference to calling these methods directly.
This code came from Apache Lucene, LUCENE-1387, which in turn came from "LocalLucene".
GeodesicSphereDistCalc
A base class for a Distance Calculator that assumes a spherical earth model.