Class TLcdARINCWayPointDataProperties
java.lang.Object
com.luciad.format.arinc.model.navaid.TLcdARINCWayPointDataProperties
This class provides easy access to the properties of the WayPoint type.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
A code permitting to categorize the waypoints by geographical area (standard record) or by airline for whom the data is provided (tailored record).static final TLcdDataProperty
The calendar period in which the record was added to the file or last revised.static final TLcdDataProperty
The two letter 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 derived with a computer model that takes into consideration the location and the date.static final TLcdDataProperty
The name of the waypoint.static final TLcdDataProperty
Describes the format of the waypoint name.static final TLcdDataProperty
The operations type of the waypoint.static final TLcdDataProperty
The original datum in which the geometry was encoded.static final TLcdDataProperty
A code permitting the categorization of waypoints as either enroute or terminal waypoints.static final TLcdDataProperty
A code indicating the airway structure in which the waypoint is utilized. -
Method Summary
-
Field Details
-
CUSTOMER_AREA_CODE
A code permitting to categorize the waypoints by geographical area (standard record) or by airline for whom the data is provided (tailored record). The customer/area code is of the typeString
. -
ICAO_REGION
The two letter ICAO region of the waypoint. The ICAO region is of the typeString
. -
REGION_CODE
A code permitting the categorization of waypoints as either enroute or terminal waypoints. The field contains 'ENRT' for enroute waypoints, the airport identification code for terminal airport waypoints and the heliport identification code for terminal heliport waypoints. The region code is of the typeString
. -
IDENTIFIER
The identifier of the waypoint. The identifier is of the typeString
. -
NAME
The name of the waypoint. The name is of the typeString
. -
NAME_FORMAT_INDICATOR
Describes the format of the waypoint name. The name format indicator is a fixed lengthString
of length 3. -
USAGE_CODE
A code indicating the airway structure in which the waypoint is utilized. The usage code is of the typeTLcdWaypointNavaidUsageCode
. -
OPERATIONS_TYPE
The operations type of the waypoint. The operations type is a fixed lengthString
of length 3. -
MAGNETIC_VARIATION
The angular difference between True North and Magnetic North derived with a computer model that takes into consideration the location and the date. The magnetic variation is of the typeString
. -
ORIGINAL_DATUM
The original datum in which the geometry was encoded. Values are instances ofILcdGeodeticDatum
. -
CYCLE_DATE
The calendar period in which the record was added to the file or last revised. A change in any ARINC 424 field, except Dynamic Magnetic Variation, Frequency Protection, Continuation Record Number and File Record Number, requires a cycle date change. The cycle date will not change if there is no change in the data. The first two digits of the field contain the last two digits of the year in which the addition or revision was made. The last two digits contain the numeric identity of the 28-day data update cycle during which the change occurred. Each calendar year contains 13 such cycles, however, on rare occasions 14 cycles will be encountered. The cycle date is of the typeString
.- Since:
- 2016.1.51
-