Interface ILcdARINCATSRouteSegmentFeature
- All Superinterfaces:
ILcdATSRouteSegmentFeature
,ILcdRouteSegmentFeature
This interface extends the more general applicable features defined in the
ILcdATSRouteSegmentFeature
interface with ARINC specific
features.
If a featured domain object contains a value for a feature, this value should comply with the terms specified in this interface.
This interface defines the features (properties) that can be requested through ILcdFeatured
.
A more preferred and generic way to access the properties of a domain object is through ILcdDataObject
.
The related class defining the available data object properties for an ARINC ATS route segment is
TLcdARINCATSRouteSegmentDataProperties
.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
A code identifying the Cruise Table record that is to be used for cruise levels.static final String
The calendar period in which the record was added to the file or last revised.static final String
An indication of the direction an enroute airway is to be flown.static final String
The five-character-name-code with which the fix is identified.static final String
An indication that a specific turn radius from the inbound course to the outbound course is required by the airspace controlling agency.static final String
The two letter ICAO region of the route segment.static final String
Directional information leading to the fix of the route segment.static final String
The type of the inbound magnetic course of the route segment.static final String
The maximum allowed altitude for the route segment.static final String
The unit of measurement of the maximum altitude.static final String
The MEA or MFA if the altitude is the same for both directions of flight.static final String
The unit of measurement of the minimum altitude.static final String
Empty if the MEA/MFA is the same for both directions of flight.static final String
The unit of measurement of the minimum altitude.static final String
Directional information leading away from the fix of the route segment.static final String
The type of the outbound magnetic course of the route segment.static final String
A flight sequence order.static final String
The Waypoint Description Code field enables the significance or function of a fix at a specific location in a route to be identified.Fields inherited from interface com.luciad.ais.model.route.ILcdATSRouteSegmentFeature
DISTANCE, DISTANCE_UNIT, LEVEL, REQUIRED_NAVIGATION_PERFORMANCE, TYPE
-
Field Details
-
ICAO_REGION
The two letter ICAO region of the route segment. The ICAO region is of the typeString
.- See Also:
-
OUTBOUND_MAGNETIC_COURSE
Directional information leading away from the fix of the route segment. The outbound magnetic course is of the typeFloat
.- See Also:
-
OUTBOUND_MAGNETIC_COURSE_TYPE
The type of the outbound magnetic course of the route segment. The outbound magnetic course type is of the typeTLcdBearingType
.- See Also:
-
INBOUND_MAGNETIC_COURSE
Directional information leading to the fix of the route segment. The inbound magnetic course is of the typeFloat
.- See Also:
-
INBOUND_MAGNETIC_COURSE_TYPE
The type of the inbound magnetic course of the route segment. The inbound magnetic course type is of the typeTLcdBearingType
.- See Also:
-
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
.- See Also:
-
MINIMUM_ALTITUDE_1_UNIT
The unit of measurement of the minimum altitude. The unit of measurement is of the typeTLcdAltitudeUnit
.- See Also:
-
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
.- See Also:
-
MINIMUM_ALTITUDE_2_UNIT
The unit of measurement of the minimum altitude. The unit of measurement is of the typeTLcdAltitudeUnit
.- See Also:
-
MAXIMUM_ALTITUDE
The maximum allowed altitude for the route segment. The maximum altitude is of the typeInteger
.- See Also:
-
MAXIMUM_ALTITUDE_UNIT
The unit of measurement of the maximum altitude. The unit of measurement is of the typeTLcdAltitudeUnit
.- See Also:
-
DIRECTION_RESTRICTION
An indication of the direction an enroute airway is to be flown. The direction restriction is of the typeTLcdRouteDirectionRestriction
.- See Also:
-
CRUISE_LEVEL
A code identifying the Cruise Table record that is to be used for cruise levels. The cruise level is of the typeString
- See Also:
-
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
.- See Also:
-
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
.- See Also:
-
FIX_IDENTIFIER
The five-character-name-code with which the fix is identified. The fix identifier is of the typeString
.- See Also:
-
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
.- See Also:
-
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
- See Also:
-