Class TLcdDAFIFTATSRouteSegmentDataProperties
java.lang.Object
com.luciad.format.dafift.model.route.TLcdDAFIFTATSRouteSegmentDataProperties
This class provides easy access to the properties of the ATSRouteSegment type.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
A flag indicating whether the segment has both direction flight.static final TLcdDataProperty
A symbol indicating when IFR cruising levels are not in agreement with the appropriate cruising level diagrams.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
A code identifying the frequency class.static final TLcdDataProperty
The ICAO location identifier of the route segment.static final TLcdDataProperty
Directional information leading to a waypoint of the ATS route segment.static final TLcdDataProperty
The type of the inbound magnetic course of the ATS route segment.static final TLcdDataProperty
A code indicating the airspace structure in which the route is effective.static final TLcdDataProperty
The lower limit of control for the ATS route segment.static final TLcdDataProperty
The unit of measurement of the lower limit.static final TLcdDataProperty
The highest altitude on a ATS route segment which has MFA designated at which adequate reception of navigational aid signals is assured.static final TLcdDataProperty
The unit of measurement of the maximum authorized altitude.static final TLcdDataProperty
The minimum altitude of the ATS route segment.static final TLcdDataProperty
The unit of measurement of the minimum altitude.static final TLcdDataProperty
Directional information leading away from a waypoint of the ATS route segment.static final TLcdDataProperty
The type of the outbound magnetic course of the ATS 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
The status of the segment.static final TLcdDataProperty
A code identifying the type of route segment.static final TLcdDataProperty
The upper limit of control for the ATS route segment.static final TLcdDataProperty
The unit of measurement of the upper limit. -
Method Summary
-
Field Details
-
TYPE
A code identifying the type of route segment. The operations type is of the typeTLcdATSRouteSegmentType
. -
BI_DIRECTIONAL
A flag indicating whether the segment has both direction flight. The type of this flag isBoolean
. -
ICAO_CODE
The ICAO location identifier of the route segment. This is a four letter code which consists of four characters or two characters and two spaces. This feature is of the typeString
. -
FREQUENCY_CLASS
A code identifying the frequency class. The frequency class is of the typeTLcdFrequencyClass
. -
LEVEL
A code indicating the airspace structure in which the route is effective. The level is of the typeTLcdATSRouteSegmentLevel
. -
STATUS
The status of the segment. The status indicates whether the segment is open, closed, restricted, ... . The status is of the typeTLcdATSRouteSegmentStatus
. -
OUTBOUND_MAGNETIC_COURSE
Directional information leading away from a waypoint of the ATS route segment. The outbound magnetic course is of the typeFloat
. -
OUTBOUND_MAGNETIC_COURSE_TYPE
The type of the outbound magnetic course of the ATS route segment. The outbound magnetic course type is of the typeTLcdBearingType
. -
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
. -
INBOUND_MAGNETIC_COURSE
Directional information leading to a waypoint of the ATS route segment. The inbound magnetic course is of the typeFloat
. -
INBOUND_MAGNETIC_COURSE_TYPE
The type of the inbound magnetic course of the ATS route segment. The inbound magnetic course type is of the typeTLcdBearingType
. -
MINIMUM_ALTITUDE
The minimum altitude of the ATS route segment. The minimum altitude is of the typeInteger
. -
MINIMUM_ALTITUDE_UNIT
The unit of measurement of the minimum altitude. The unit of measurement is of the typeTLcdAltitudeUnit
. -
UPPER_LIMIT
The upper limit of control for the ATS route segment. The upper limit is of the typeInteger
. -
UPPER_LIMIT_UNIT
The unit of measurement of the upper limit. The unit of measurement is of the typeTLcdAltitudeUnit
. -
LOWER_LIMIT
The lower limit of control for the ATS route segment. The lower limit is of the typeInteger
. -
LOWER_LIMIT_UNIT
The unit of measurement of the lower limit. This unit of measurement is of the typeTLcdAltitudeUnit
. -
MAXIMUM_AUTHORIZED_ALTITUDE
The highest altitude on a ATS route segment which has MFA designated at which adequate reception of navigational aid signals is assured. The maximum authorized altitude is of the typeInteger
. -
MAXIMUM_AUTHORIZED_ALTITUDE_UNIT
The unit of measurement of the maximum authorized altitude. This unit of measurement is of the typeTLcdAltitudeUnit
. -
CRUISE_LEVEL
A symbol indicating when IFR cruising levels are not in agreement with the appropriate cruising level diagrams. The cruise level is of the typeCharacter
-
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
.
-