Interface ILcdAIXMILSFeature
- All Superinterfaces:
ILcdILSFeature
This interface extends the more general applicable features defined in the
ILcdILSFeature
interface with AIXM 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 an AIXM ILS is
TLcdAIXMILSDataProperties
.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The identification of the aerodrome to which the ILS relates.static final String
A code indicating the category of the ILS System.static final String
The beginning date and time of validity for the features of the ILS.static final String
The end date and time of validity for the features of the ILS.static final String
The designator of the FATO served by the ILS.static final String
The designator of the FATO direction served by the ILS.static final String
An artificial unique identifier in a given context.static final String
Free text remarks.static final String
The designator of the runway served by the ILS.static final String
The designator of the runway direction served by the ILS.
-
Field Details
-
AIRPORT_ID
The identification of the aerodrome to which the ILS relates. The aerodrome identifier is of the typeString
.- See Also:
-
RUNWAY_DESIGNATOR
The designator of the runway served by the ILS. Note: an ILS in AIXM is either associated with a runway or with a FATO. The runway identifier is of the typeString
.- See Also:
-
FATO_DESIGNATOR
The designator of the FATO served by the ILS. Note: an ILS in AIXM is either associated with a Runway or with a FATO. The runway identifier is of the typeString
.- See Also:
-
RUNWAY_DIRECTION_DESIGNATOR
The designator of the runway direction served by the ILS. The runway identifier is of the typeString
.- See Also:
-
FATO_DIRECTION_DESIGNATOR
The designator of the FATO direction served by the ILS. The runway identifier is of the typeString
.- See Also:
-
CATEGORY
A code indicating the category of the ILS System. The category is of typeString
.- See Also:
-
DATE_FROM
The beginning date and time of validity for the features of the ILS. The date is of the typeString
.- See Also:
-
DATE_TILL
The end date and time of validity for the features of the ILS. The date is of the typeString
.- See Also:
-
MID
An artificial unique identifier in a given context. This context can be a dataset or an application domain. The identifier is of the typeString
.- See Also:
-
REMARK
Free text remarks. The remark is of the typeString
.- See Also:
-