Package com.luciad.ais.model.airspace
Interface ILcdAirspaceFeature
- All Known Subinterfaces:
ILcdAIXMAirspaceFeature
,ILcdARINCAirspaceFeature
,ILcdDAFIFAirspaceFeature
public interface ILcdAirspaceFeature
This interface defines general applicable features for an airspace.
If a featured domain object contains a value for a feature, this value should comply with the terms specified in this interface.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
A code that indicates the airspace classification.static final String
The calendar period in which the record was added to the file or last revised.static final String
The numerical value of the lower limit of the airspace.static final String
A code indicating the convention of calculating the lower limit.static final String
The unit of measurement for the lower limit.static final String
The name of the airspace.static final String
A code indicating the type of airspace.static final String
The numerical value of the upper limit of the airspace.static final String
A code indicating the convention of calculating the upper limit.static final String
The unit of measurement for the upper limit.
-
Field Details
-
NAME
The name of the airspace. The name is of typeString
.- See Also:
-
TYPE
A code indicating the type of airspace. The type is of typeTLcdAirspaceType
.- See Also:
-
UPPER_LIMIT
The numerical value of the upper limit of the airspace. The upper limit is of the typeFloat
.- See Also:
-
UPPER_LIMIT_UNIT
The unit of measurement for the upper limit. The upper limit unit is of the typeTLcdAltitudeUnit
- See Also:
-
UPPER_LIMIT_REFERENCE
A code indicating the convention of calculating the upper limit. The upper limit reference point is of the typeTLcdAltitudeReference
.- See Also:
-
LOWER_LIMIT
The numerical value of the lower limit of the airspace. The lower limit is of the typeFloat
.- See Also:
-
LOWER_LIMIT_UNIT
The unit of measurement for the lower limit. The lower limit unit is of the typeTLcdAltitudeUnit
- See Also:
-
LOWER_LIMIT_REFERENCE
A code indicating the convention of calculating the lower limit. The lower limit reference point is of the typeTLcdAltitudeReference
.- See Also:
-
CLASS
A code that indicates the airspace classification. The class is of the typeTLcdAirspaceClass
.- 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:
-