Class TLcdDAFIFTWayPointDataProperties
java.lang.Object
com.luciad.format.dafift.model.navaid.TLcdDAFIFTWayPointDataProperties
This class provides easy access to the properties of the WayPoint type.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
The bearing from the navigational aid to the waypoint.static final TLcdDataProperty
The type of the bearing: magnetic, true or grid.static final TLcdDataProperty
A code indicating the country in which the waypoint is located.static final TLcdDataProperty
Identifies the calendar period in which the record was added to the DAFIFT file or last revised.static final TLcdDataProperty
The distance from the navigational aid to the waypoint.static final TLcdDataProperty
The unit of measurement for the distance from the navigational aid to the waypoint.static final TLcdDataProperty
The ICAO location identifier of the waypoint.static final TLcdDataProperty
The first two letters of the featureICAO_CODE
representing the ICAO region of the waypoint.static final TLcdDataProperty
The identifier of the waypoint.static final TLcdDataProperty
The angular difference between True North and Magnetic North.static final TLcdDataProperty
The name of the waypoint.static final TLcdDataProperty
A code defining the waypoints functionality.static final TLcdDataProperty
A code indicating the state/province in which the waypoint is located.static final TLcdDataProperty
A code indicating the airspace structure in which the waypoint is utilized.static final TLcdDataProperty
The world area code in which the waypoint is located. -
Method Summary
-
Field Details
-
IDENTIFIER
The identifier of the waypoint. The identifier is of the typeString
. -
NAME
The name of the waypoint. The name is of the typeString
. -
ICAO_CODE
The ICAO location identifier of the waypoint. This is a four letter code which consists of four characters or two characters and two spaces. This feature is of the typeString
. -
ICAO_REGION
The first two letters of the featureICAO_CODE
representing the ICAO region of the waypoint. This feature is of the typeString
. -
OPERATIONS_TYPE
A code defining the waypoints functionality. The operations type is of typeString
. -
COUNTRY_CODE
A code indicating the country in which the waypoint is located. The country code is of the typeString
. -
USAGE_CODE
A code indicating the airspace structure in which the waypoint is utilized. The usage code is of the typeTLcdWaypointNavaidUsageCode
. -
STATE_PROVINCE_CODE
A code indicating the state/province in which the waypoint is located. The state/province code is of the typeInteger
. -
BEARING
The bearing from the navigational aid to the waypoint. The bearing is of the typeFloat
. -
BEARING_TYPE
The type of the bearing: magnetic, true or grid. The bearing type is of the typeTLcdBearingType
. -
DISTANCE
The distance from the navigational aid to the waypoint. The distance is of the typeFloat
. -
DISTANCE_UNIT
The unit of measurement for the distance from the navigational aid to the waypoint. This unit of measurement is of the typeTLcdDistanceUnit
. -
WORLD_AREA_CODE
The world area code in which the waypoint is located. The area code is of typeString
-
MAGNETIC_VARIATION
The angular difference between True North and Magnetic North. The magnetic variation is of the typeString
. -
CYCLE_DATE
Identifies the calendar period in which the record was added to the DAFIFT file or last revised. The first two digits indicate the century, the next two digits indicate the year and the last two digits indicate the 28 day cycle in which the addition/change was made. The cycle date is of the typeString
.- Since:
- 2022.0
-