Class TLcdDAFIFOrtcaDataProperties
java.lang.Object
com.luciad.format.dafif.model.ortca.TLcdDAFIFOrtcaDataProperties
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
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
.
-