Interface ILcdDAFIFOrtcaFeature
- All Superinterfaces:
ILcdAreaMinimumAltitudeFeature
,ILcdOrtcaFeature
This interface extends the more general applicable features defined in the
ILcdOrtcaFeature
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 ORTCA is
TLcdDAFIFOrtcaDataProperties
.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The alternate identification of this ORTCA.static final String
Identifies the calendar period in which the record was added to the file or last revised.static final String
The identification of this ORTCA.Fields inherited from interface com.luciad.ais.model.ama.ILcdAreaMinimumAltitudeFeature
ALTITUDE, ALTITUDE_UNIT
-
Field Details
-
IDENTIFICATION
The identification of this ORTCA. The identification is of the typeString
.- See Also:
-
ALTERNATE_IDENTIFICATION
The alternate identification of this ORTCA. The alternate identification is of the typeString
.- 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:
-