Class TLcdDAFIFHoldingDataProperties
java.lang.Object
com.luciad.format.dafif.model.procedure.TLcdDAFIFHoldingDataProperties
This class provides easy access to the properties of the Holding type.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
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 TLcdDataProperty
The ICAO location identifier of the holding.static final TLcdDataProperty
The country code of the waypoint of the holding.static final TLcdDataProperty
The identifier of the waypoint of the holding. -
Method Summary
-
Field Details
-
WAYPOINT_IDENTIFIER
The identifier of the waypoint of the holding. The waypoint identifier is of the typeString
. -
WAYPOINT_COUNTRY_CODE
The country code of the waypoint of the holding. The waypoint country code is of the typeString
. -
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
. -
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
.
-