The latitude, in degrees, of the beacon.
The longitude, in degrees, of the beacon.
The visible name of the beacon.
The pronunciation of the beacon’s name.
Optional
holdingPattern: HoldingPatternThe holding pattern of the beacon.
Optional
Readonly
holdingThe holding pattern of the beacon.
Readonly
latitudeThe latitude, in degrees, of this fix.
Readonly
longitudeThe longitude, in degrees, of this fix.
Readonly
nameThe visible name of the beacon.
Readonly
pronunciationThe pronunciation of the beacon’s name.
Static
Readonly
FTFeet in a metre.
Static
Readonly
NMIMetres in a nautical mile.
Static
Readonly
RMean radius of Earth, in metres.
Find the intersection point given two start points and bearings from those points.
The bearing from this fix, in degrees from true north.
The other fix.
The bearing from the other fix, in degrees from true north.
A new Fix at the intersection point.
Find the destination point from the current position given a bearing and distance.
Uses the haversine formula to compute the new latitude and longitude after travelling a specified distance along a given bearing on the Earth’s surface.
The bearing from this fix, in degrees from true north.
The distance, in nautical miles.
A new Fix at the destination point.
Find the great circle distance between two fixes.
The other fix.
The distance between the two fixes, in metres.
Find the initial bearing (forward azimuth) from this fix to another.
The other fix.
The initial bearing (forward azimuth), in degrees from true north.
Get the three-dimensional cartesian coordinates of this fix.
Get the coordinates of this fix in radians.
Static
degConvert degrees to radians.
Degrees.
Radians.
Static
fromCreate a fix from 3-dimensional cartesian coordinates.
3D cartesian coordinates.
Static
fromCreate fix from DMS coordinates string.
This method accepts a wide range of formats and notations for DMS (degrees, minutes, seconds) coordinates. However, the following criteria must always be satisfied:
Latitude in DMS.
Longitude in DMS.
Static
fromCreate beacon from a fix.
The fix.
The visible name of the beacon.
The pronunciation of the beacon’s name.
Optional
holdingPattern: HoldingPatternThe holding pattern of the beacon.
Static
fromCreate beacon from a named fix.
The named fix.
The pronunciation of the beacon’s name.
Optional
holdingPattern: HoldingPatternThe holding pattern of the beacon.
Static
fromCreate a new fix from latitude and longitude in radians.
Latitude, in radians.
Longitude, in radians.
Static
radConvert radians to degrees.
Radians.
Degrees.
A beacon is a named fix, optionally associated with a holding pattern, to which aircraft can be given a direct. It is always displayed on the screen.