Class TLcdDAFIFTProcedureDataProperties
java.lang.Object
com.luciad.format.dafift.model.procedure.TLcdDAFIFTProcedureDataProperties
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
Identifies the calendar period in which the record was added to the DAFIFT file or last revised.static final TLcdDataProperty
The identifier or designator of this procedure.static final TLcdDataProperty
The ICAO location identifier of the 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
. -
ICAO_CODE
The ICAO location identifier of the procedure. This is a four letter code which consists of four characters or two characters and two spaces. This feature is of the typeString
. -
CYCLE_DATE
Identifies the calendar period in which the record was added to the DAFIFT file or last revised. The first two digits indicate the century, the next two digits indicate the year and the last two digits indicate the 28 day cycle in which the addition/change was made. The cycle date is of the typeString
.- Since:
- 2022.0
-