Distance Class |
Namespace: Ptv.Components.Projections
Name | Description | |
---|---|---|
![]() ![]() ![]() | GetHaversineDistance(Double, Double, Double, Double) |
Calculates the haversine distance between to points, specified as lon/lat, aka WGS84, aka EPSG:4326.
|
![]() ![]() ![]() | GetHaversineDistance(CoordinateReferenceSystem, Double, Double, Double, Double) |
Extension method that calculates the haversine distance between to
points using a specific coordinate reference system.
|