Class TLcdARINCATSRouteSegmentDataProperties
java.lang.Object
com.luciad.format.arinc.model.route.TLcdARINCATSRouteSegmentDataProperties
This class provides easy access to the properties of the ATSRouteSegment type.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
A code identifying the Cruise Table record that is to be used for cruise levels.static final TLcdDataProperty
The calendar period in which the record was added to the file or last revised.static final TLcdDataProperty
An indication of the direction an enroute airway is to be flown.static final TLcdDataProperty
The distance between the end points of the segment.static final TLcdDataProperty
The unit of measurement for the distance.static final TLcdDataProperty
The five-character-name-code with which the fix is identified.static final TLcdDataProperty
An indication that a specific turn radius from the inbound course to the outbound course is required by the airspace controlling agency.static final TLcdDataProperty
The two letter ICAO region of the route segment.static final TLcdDataProperty
Directional information leading to the fix of the route segment.static final TLcdDataProperty
The type of the inbound magnetic course of the route segment.static final TLcdDataProperty
A code indicating the airspace structure in which the route is effective.static final TLcdDataProperty
The maximum allowed altitude for the route segment.static final TLcdDataProperty
The unit of measurement of the maximum altitude.static final TLcdDataProperty
The MEA or MFA if the altitude is the same for both directions of flight.static final TLcdDataProperty
Empty if the MEA/MFA is the same for both directions of flight.static final TLcdDataProperty
The unit of measurement of the minimum altitude.static final TLcdDataProperty
The unit of measurement of the minimum altitude.static final TLcdDataProperty
Directional information leading away from the fix of the route segment.static final TLcdDataProperty
The type of the outbound magnetic course of the route segment.static final TLcdDataProperty
A code representing the value of the required navigation performance or the required navigation performance in nautical miles.static final TLcdDataProperty
A flight sequence order.static final TLcdDataProperty
A code identifying the type of route segment.static final TLcdDataProperty
The Waypoint Description Code field enables the significance or function of a fix at a specific location in a route to be identified. -
Method Summary
-
Field Details
-
ICAO_REGION
The two letter ICAO region of the route segment. The ICAO region is of the typeString
. -
DIRECTION_RESTRICTION
An indication of the direction an enroute airway is to be flown. The direction restriction is of the typeTLcdRouteDirectionRestriction
. -
CRUISE_LEVEL
A code identifying the Cruise Table record that is to be used for cruise levels. The cruise level is of the typeString
-
TYPE
A code identifying the type of route segment. The operations type is of the typeTLcdATSRouteSegmentType
. -
LEVEL
A code indicating the airspace structure in which the route is effective. The level is of the typeTLcdATSRouteSegmentLevel
. -
INBOUND_MAGNETIC_COURSE
Directional information leading to the fix of the route segment. The inbound magnetic course is of the typeFloat
. -
INBOUND_MAGNETIC_COURSE_TYPE
The type of the inbound magnetic course of the route segment. The inbound magnetic course type is of the typeTLcdBearingType
. -
OUTBOUND_MAGNETIC_COURSE
Directional information leading away from the fix of the route segment. The outbound magnetic course is of the typeFloat
. -
OUTBOUND_MAGNETIC_COURSE_TYPE
The type of the outbound magnetic course of the route segment. The outbound magnetic course type is of the typeTLcdBearingType
. -
MINIMUM_ALTITUDE_1
The MEA or MFA if the altitude is the same for both directions of flight. If the route segment has different MEAs/MFAs for each direction of flight, this field will contain the MEA or MFA for the direction of flight in which the airway is coded. The minimum altitude is of the typeInteger
. -
MINIMUM_ALTITUDE_UNIT_1
The unit of measurement of the minimum altitude. The unit of measurement is of the typeTLcdAltitudeUnit
. -
MINIMUM_ALTITUDE_2
Empty if the MEA/MFA is the same for both directions of flight. If the route segment has different MEAs/MFAs for each direction of flight, this field will contain the MEA or MFA for the opposite direction of the direction of flight in which the airway is coded. The minimum altitude is of the typeInteger
. -
MINIMUM_ALTITUDE_UNIT_2
The unit of measurement of the minimum altitude. The unit of measurement is of the typeTLcdAltitudeUnit
. -
MAXIMUM_ALTITUDE
The maximum allowed altitude for the route segment. The maximum altitude is of the typeInteger
. -
MAXIMUM_ALTITUDE_UNIT
The unit of measurement of the maximum altitude. The unit of measurement is of the typeTLcdAltitudeUnit
. -
DISTANCE
The distance between the end points of the segment. The distance is of the typeFloat
. -
DISTANCE_UNIT
The unit of measurement for the distance. The unit of measurement is of the typeTLcdDistanceUnit
. -
REQUIRED_NAVIGATION_PERFORMANCE
A code representing the value of the required navigation performance or the required navigation performance in nautical miles. The required navigation performance is of the typeString
. -
FIXED_RADIUS_TRANSITION_INDICATOR
An indication that a specific turn radius from the inbound course to the outbound course is required by the airspace controlling agency. The radius value is expressed in nautical miles. The radius is of the typeFloat
. -
SEQUENCE_NUMBER
A flight sequence order. A route of flight is defined by a series of records taken in order. The sequence number then defines the location of the record in the sequence defining the route of flight identified in the route identifier field. The sequence number is of the typeInteger
.- Since:
- 2016.1.43
-
FIX_IDENTIFIER
The five-character-name-code with which the fix is identified. The fix identifier is of the typeString
.- Since:
- 2016.1.43
-
WAYPOINT_DESCRIPTION_CODE
The Waypoint Description Code field enables the significance or function of a fix at a specific location in a route to be identified. The property provides information on the type of fix. The specification of valid contents for this property can be found in section 5.17 of ARINC Specification 424-18. The waypoint description code is of the typeString
.- Since:
- 2016.1.43
-
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
-