Click or drag to resize
GreatCircleMaths Class
A collection of Great Circle math functions, mostly cribbed from http://www.movable-type.co.uk/scripts/latlong.html.
Inheritance Hierarchy
SystemObject
  VirtualRadar.InterfaceGreatCircleMaths

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static class GreatCircleMaths

The GreatCircleMaths type exposes the following members.

Methods
  NameDescription
Public methodStatic memberBearing
Given two points on the earth's surface this calculates either the bearing to take from point A to get to point B. It can optionally take a pre-calculated bearing and return that if the start and end points are the same.
Public methodStatic memberDestination
Given a start coordinate, bearing and distance this calculates the final coordinate.
Public methodStatic memberDistance
Calculates the distance in km between two points on the earth at sea level.
Top
See Also