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
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyThe identifier of the aerodrome to which this procedure belongs.static final TLcdDataPropertyThe identifier or designator of this procedure.static final TLcdDataPropertyThe 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.
-