PointExtensions Class
Version 1.1.28
.NET Framework 4.8
| Namespace | Skybrud.Essentials.Maps |
|---|---|
| Assembly | Skybrud.Essentials.dll |
| Visibility | Public |
| Keywords | Static |
| Inheritance | Object |
Class with various extension methods for and related to IPoint.
public static class PointExtensions { }
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. |
|
IsNullIsland(IPoint)
(static)
Returns whether the specified |