Interface ILcdDAFIFRunwayFeature
- All Superinterfaces:
ILcdRunwayFeature
This interface extends the more general applicable features defined in the
ILcdRunwayFeature
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 runway is
TLcdDAFIFRunwayDataProperties
.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The identification of the aerodrome.static final String
A boolean flag indicating whether the runway is closed or not.static final String
Identifies the calendar period in which the record was added to the file or last revised.static final String
The original reference of the runway location.static final String
The identification of the high end direction.static final String
The identification of the low end direction.static final String
A code reporting the pavement strength.Fields inherited from interface com.luciad.ais.model.aerodrome.ILcdRunwayFeature
LENGTH, LENGTH_UNIT, SURFACE_TYPE, WIDTH, WIDTH_UNIT
-
Field Details
-
AERODROME_IDENTIFICATION
The identification of the aerodrome. The aerodrome identification is of the typeString
.- See Also:
-
HIGH_END_IDENTIFIER
The identification of the high end direction. The high end identifier is of the typeString
.- See Also:
-
LOW_END_IDENTIFIER
The identification of the low end direction. The low end identifier is of the typeString
.- See Also:
-
PAVEMENT_CLASSIFICATION_NUMBER
A code reporting the pavement strength. The pavement classification number is of the typeString
.- See Also:
-
CLOSED
A boolean flag indicating whether the runway is closed or not. The type of the usability flag isBoolean
.- See Also:
-
GEODETIC_DATUM
The original reference of the runway location. The geodetic datum is of the typeILcdGeodeticDatum
. The DAFIF Edition 8 decoder will not decode this feature. If the user specifies this feature in the to-be-decoded list, a warning will be logged and the feature is removed from the feature list.- See Also:
-
CYCLE_DATE
Identifies the calendar period in which the record was added to the file or last revised. The first two digits indicate the century, the next two digits indicate the year and the last two digits indicate the 28 day cycle in which the addition/change was made. The cycle date is of the typeString
.- Since:
- 2022.0
- See Also:
-