Class TLcdDAFIFTOrtcaDataProperties
java.lang.Object
com.luciad.format.dafift.model.ortca.TLcdDAFIFTOrtcaDataProperties
This class provides easy access to the properties of the Ortca type.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
The alternate identification of this ORTCA.static final TLcdDataProperty
The minimum altitude for this ORTCA.static final TLcdDataProperty
The unit of measurement of the minimum altitude.static final TLcdDataProperty
Identifies the calendar period in which the record was added to the DAFIFT file or last revised.static final TLcdDataProperty
The identification of this ORTCA. -
Method Summary
-
Field Details
-
IDENTIFICATION
The identification of this ORTCA. The identification is of the typeString
. -
ALTITUDE
The minimum altitude for this ORTCA. The altitude is of the typeInteger
. -
ALTITUDE_UNIT
The unit of measurement of the minimum altitude. The altitude unit is of the typeTLcdAltitudeUnit
. -
ALTERNATE_IDENTIFICATION
The alternate identification of this ORTCA. The alternate identification 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
-