The ConversionFunctions type exposes the following members.

Methods

  NameDescription
Public methodStatic memberDistanceBetweenLatLongPoints(Int32, LatLongCoordinate, LatLongCoordinate)
returns the distance in meters between 2 lat/long double-precision points
Public methodStatic memberDistanceBetweenLatLongPoints(Int32, Double, Double, Double, Double)
returns the distance in meters between 2 lat/long double-precision points
Public methodStatic memberDistanceBetweenLatLongPointsHaversine(Int32, LatLongCoordinate, LatLongCoordinate)
Returns distance in meters between two lat/long coordinates using Haversine formula. More accurate but slower.
Public methodStatic memberDistanceBetweenLatLongPointsHaversine(Int32, Double, Double, Double, Double)
Returns distance in meters between two lat/long coordinates using Haversine formula. More accurate but slower.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberGetDistance
Returns the distance between two points...
Public methodGetHashCode (Inherited from Object.)
Public methodStatic memberGetLongitude
Public methodGetType (Inherited from Object.)
Public methodStatic memberLLToUtm(Int32, Double, Double)
Public methodStatic memberLLToUtm(Double, Double, Double, Double, Double)
Public methodStatic memberLLToUtm2
Public methodStatic memberLocationFromRangeBearing
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberPseudoAmgToLL
Public methodStatic memberToLL(PointF, Double, Double, Double, Double, Double, Ellipsoid)
Public methodStatic memberToLL(PointF, Double, Double, Double, Double, Double, Double, Double)
Public methodStatic memberToLL2
Public methodToString (Inherited from Object.)
Public methodStatic memberUtmToLL(Int32, UtmCoordinate)
Public methodStatic memberUtmToLL(Int32, Double, Double, Int32, Char)

Fields

  NameDescription
Public fieldStatic memberEllipseCollection
Public fieldStatic memberRefEllipse
Reference ellipsoid (Australia)
Public fieldStatic memberWgs66RefEllipsoid
Public fieldStatic memberWgs84RefEllipse
WGS84 reference ellipsoid

See Also