Class TLcdAIXMILSDataProperties
java.lang.Object
com.luciad.format.aixm.model.navaid.TLcdAIXMILSDataProperties
This class provides easy access to the properties of the ILS type.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
The identification of the aerodrome to which the ILS relates.static final TLcdDataProperty
The beginning date and time of validity for the features of the ILS.static final TLcdDataProperty
A code indicating the category of the ILS System.static final TLcdDataProperty
The end date and time of validity for the features of the ILS.static final TLcdDataProperty
The designator of the FATO served by the ILS.static final TLcdDataProperty
The designator of the FATO direction served by the ILS.static final TLcdDataProperty
An artificial unique identifier in a given context.static final TLcdDataProperty
Free text remarks.static final TLcdDataProperty
The designator of the runway served by the ILS.static final TLcdDataProperty
The designator of the runway direction served by the ILS. -
Method Summary
-
Field Details
-
AIRPORT_IDENTIFIER
The identification of the aerodrome to which the ILS relates. The aerodrome identifier is of the typeString
. -
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
. -
RUNWAY_DIRECTION_IDENTIFIER
The designator of the runway direction served by the ILS. The runway identifier is of the typeString
. -
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
. -
FATO_DIRECTION_DESIGNATOR
The designator of the FATO direction served by the ILS. The runway identifier is of the typeString
. -
CATEGORY
A code indicating the category of the ILS System. The category is of typeString
. -
BEGINNING_DATE
The beginning date and time of validity for the features of the ILS. The date is of the typeString
. -
END_DATE
The end date and time of validity for the features of the ILS. The date is of the typeString
. -
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
. -
REMARK
Free text remarks. The remark is of the typeString
.
-