Class TLcdDAFIFProcedureDataProperties
java.lang.Object
com.luciad.format.dafif.model.procedure.TLcdDAFIFProcedureDataProperties
This class provides easy access to the properties of the Procedure type.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
The identifier of the aerodrome to which this procedure belongs.static final TLcdDataProperty
The identifier or designator of this procedure.static final TLcdDataProperty
The type of this procedure. -
Method Summary
-
Field Details
-
AERODROME_IDENTIFIER
The identifier of the aerodrome to which this procedure belongs. The aerodrome identifier is of the typeString
. -
TYPE
The type of this procedure. The procedure type is of the typeTLcdProcedureType
. -
DESIGNATOR
The identifier or designator of this procedure. The designator is of the typeString
.
-