Interface ILcdDAFIFHoldingFeature
- All Superinterfaces:
ILcdHoldingFeature
This interface extends the more general applicable features defined in the
ILcdHoldingFeature
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 holding is
TLcdDAFIFHoldingDataProperties
.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Identifies the calendar period in which the record was added to the file or last revised.static final String
A code giving more information about the airspace structure in which the holding is to be used and about the multiple designations of holdings on a waypoint.static final String
The ICAO location identifier of the holding.static final String
The first two letters of the featureICAO_CODE
representing the ICAO region of the holding.static final String
The country code of the waypoint of the holding.static final String
The identifier of the waypoint of the holding.
-
Field Details
-
WAYPOINT_IDENTIFIER
The identifier of the waypoint of the holding. The waypoint identifier is of the typeString
.- See Also:
-
WAYPOINT_COUNTRY_CODE
The country code of the waypoint of the holding. The waypoint country code is of the typeString
.- See Also:
-
ICAO_REGION
The first two letters of the featureICAO_CODE
representing the ICAO region of the holding. This feature is of the typeString
. For ICAO regions starting with a 'K', the second character is not unambiguous specified by the different formats. ARINC will use regions like K1, K2, etc. while DAFIF specifies regions like KZ, KA, etc. .- See Also:
-
ICAO_CODE
The ICAO location identifier of the holding. 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:
-
DUPLICATE_IDENTIFIER
A code giving more information about the airspace structure in which the holding is to be used and about the multiple designations of holdings on a waypoint. The duplicate identifier 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:
-