Class TLcdDAFIFRefuelingTrackPointDataProperties
java.lang.Object
com.luciad.format.dafif.model.refuelingtrack.TLcdDAFIFRefuelingTrackPointDataProperties
This class provides easy access to the properties of the RefuelingTrackPoint type.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
The fix of this refueling route point.static final TLcdDataProperty
The country code of the navaid collocated with this refueling route point.static final TLcdDataProperty
The identifier of the navaid collocated with this refueling route point.static final TLcdDataProperty
The key code of the navaid collocated with this refueling route point.static final TLcdDataProperty
The type of the navaid collocated with this refueling route point.static final TLcdDataProperty
The identifier of this refueling route point.static final TLcdDataProperty
The usage code of this refueling route point. -
Method Summary
-
Field Details
-
POINT_IDENTIFIER
The identifier of this refueling route point. The identifier is of the typeString
. -
NAVAID_IDENTIFIER
The identifier of the navaid collocated with this refueling route point. This identifier is of the typeString
. -
NAVAID_TYPE
The type of the navaid collocated with this refueling route point. This type is of the typeString
. -
NAVAID_COUNTRY_CODE
The country code of the navaid collocated with this refueling route point. This country code is of the typeString
. -
NAVAID_KEY_CODE
The key code of the navaid collocated with this refueling route point. This key code is of the typeString
. -
FIX
The fix of this refueling route point. The fix is of the typeString
. -
USAGE_CODE
The usage code of this refueling route point. Usage code is of the typeTLcdRefuelingTrackPointUsageCode
.
-