| Name | Description |
---|
| DistanceBetweenLatLongPoints(Int32, LatLongCoordinate, LatLongCoordinate) |
returns the distance in meters between 2 lat/long double-precision points
|
| DistanceBetweenLatLongPoints(Int32, Double, Double, Double, Double) |
returns the distance in meters between 2 lat/long double-precision points
|
| DistanceBetweenLatLongPointsHaversine(Int32, LatLongCoordinate, LatLongCoordinate) |
Returns distance in meters between two lat/long coordinates using Haversine formula. More accurate but slower.
|
| DistanceBetweenLatLongPointsHaversine(Int32, Double, Double, Double, Double) |
Returns distance in meters between two lat/long coordinates using Haversine formula. More accurate but slower.
|
| Equals | (Inherited from Object.) |
| Finalize | (Inherited from Object.) |
| GetDistance |
Returns the distance between two points...
|
| GetHashCode | (Inherited from Object.) |
| GetLongitude | |
| GetType | (Inherited from Object.) |
| LLToUtm(Int32, Double, Double) | |
| LLToUtm(Double, Double, Double, Double, Double) | |
| LLToUtm2 | |
| LocationFromRangeBearing | |
| MemberwiseClone | (Inherited from Object.) |
| PseudoAmgToLL | |
| ToLL(PointF, Double, Double, Double, Double, Double, Ellipsoid) | |
| ToLL(PointF, Double, Double, Double, Double, Double, Double, Double) | |
| ToLL2 | |
| ToString | (Inherited from Object.) |
| UtmToLL(Int32, UtmCoordinate) | |
| UtmToLL(Int32, Double, Double, Int32, Char) | |