PointUtils Class
Version 1.1.28
.NET Framework 4.8
Namespace | Skybrud.Essentials.Maps |
---|---|
Assembly | Skybrud.Essentials.dll |
Visibility | Public |
Keywords | Static |
Inheritance | Object |
Static utility class with helper methods related to locations.
public static class PointUtils { }
Methods
GetDistance(IPoint, IPoint)
(static)
Calculates the distance in metres between two GPS points. |
GetDistance(IPoint, IPoint, double)
(static)
Calculates the distance in metres between two GPS points on a spheroid. |
Calculates the distance in metres between two GPS points. |
Calculates the distance in metres between two GPS points on a spheroid. |
IsNullIsland(double, double)
(static)
Returns whether the specified point identified by the specified |
IsNullIsland(IPoint)
(static)
Returns whether the specified |