Interface ILcdDAFIFATSRouteSegmentFeature
- All Superinterfaces:
ILcdATSRouteSegmentFeature
,ILcdRouteSegmentFeature
This interface extends the more general applicable features defined in the
ILcdATSRouteSegmentFeature
interface with DAFIF 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 a DAFIF ATS route segment is
TLcdDAFIFATSRouteSegmentDataProperties
.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
A flag indicating whether the segment has both direction flight.static final String
A symbol indicating when IFR cruising levels are not in agreement with the appropriate cruising level diagrams.static final String
A code identifying the frequency class.static final String
The ICAO location identifier of the route segment.static final String
Directional information leading to a waypoint of the ATS route segment.static final String
The type of the inbound magnetic course of the ATS route segment.static final String
The lower limit of control for the ATS route segment.static final String
The unit of measurement of the lower limit.static final String
The highest altitude on a ATS route segment which has MFA designated at which adequate reception of navigational aid signals is assured.static final String
The unit of measurement of the maximum authorized altitude.static final String
The minimum altitude of the ATS route segment.static final String
The unit of measurement of the minimum altitude.static final String
Directional information leading away from a waypoint of the ATS route segment.static final String
The type of the outbound magnetic course of the ATS route segment.static final String
The status of the segment.static final String
The upper limit of control for the ATS route segment.static final String
The unit of measurement of the upper limit.Fields inherited from interface com.luciad.ais.model.route.ILcdATSRouteSegmentFeature
DISTANCE, DISTANCE_UNIT, LEVEL, REQUIRED_NAVIGATION_PERFORMANCE, TYPE
-
Field Details
-
BI_DIRECTIONAL
A flag indicating whether the segment has both direction flight. The type of this flag isBoolean
.- See Also:
-
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
.- See Also:
-
FREQUENCY_CLASS
A code identifying the frequency class. The frequency class is of the typeTLcdFrequencyClass
.- See Also:
-
STATUS
The status of the segment. The status indicates whether the segment is open, closed, restricted, ... . The status is of the typeTLcdATSRouteSegmentStatus
.- See Also:
-
OUTBOUND_MAGNETIC_COURSE
Directional information leading away from a waypoint of the ATS 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 ATS route segment. The outbound magnetic course type is of the typeTLcdBearingType
.- See Also:
-
INBOUND_MAGNETIC_COURSE
Directional information leading to a waypoint of the ATS 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 ATS route segment. The inbound magnetic course type is of the typeTLcdBearingType
.- See Also:
-
MINIMUM_ALTITUDE
The minimum altitude of the ATS route segment. The minimum altitude is of the typeInteger
.- See Also:
-
MINIMUM_ALTITUDE_UNIT
The unit of measurement of the minimum altitude. The unit of measurement is of the typeTLcdAltitudeUnit
.- See Also:
-
UPPER_LIMIT
The upper limit of control for the ATS route segment. The upper limit is of the typeInteger
.- See Also:
-
UPPER_LIMIT_UNIT
The unit of measurement of the upper limit. The unit of measurement is of the typeTLcdAltitudeUnit
.- See Also:
-
LOWER_LIMIT
The lower limit of control for the ATS route segment. The lower limit is of the typeInteger
.- See Also:
-
LOWER_LIMIT_UNIT
The unit of measurement of the lower limit. This unit of measurement is of the typeTLcdAltitudeUnit
.- See Also:
-
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
.- See Also:
-
MAXIMUM_AUTHORIZED_ALTITUDE_UNIT
The unit of measurement of the maximum authorized altitude. This unit of measurement is of the typeTLcdAltitudeUnit
.- See Also:
-
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
- See Also:
-