LatLon Methods | ![]() |
The LatLon type exposes the following members.
Name | Description | |
---|---|---|
![]() | DistanceTo | Measure distance between this and another LatLon (using GreatCircle(Double, Double, Double, Double)) in the specified units. May have error of up to ~16 cm at equator (less, the further away from the equator the points are) |
![]() ![]() | Equals |
Check for equality with another LatLon by checking if they occupy the same coordinates.
(Overrides ValueTypeEquals(Object).) |
![]() ![]() | FromParts |
Create a LatLon from position parameters.
|
![]() | GetHashCode |
Create a hash code for this LatLon.
(Overrides ValueTypeGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsWithin | |
![]() | PythagoreanDistanceTo | Obsolete.
This method is obsolete. Please use QuickDistanceTo(LatLon, DistanceUnit) instead.
|
![]() ![]() | QuickDistanceTo |
Measure approximate distance between this and another LatLon (using a Pythagorean approximation).
See remarks for comments on the accuracy of this method.
|
![]() ![]() | ToString | (Overrides ValueTypeToString.) |
![]() | ToStringWithZ | |
![]() | ToXmlString |
Return the LatLon in it's String With Z form Location="0.000000,0.000000 Z0".
|