Class TLcdARINCMORADataProperties
java.lang.Object
com.luciad.format.arinc.model.mora.TLcdARINCMORADataProperties
Defines the data properties available on objects of type
TLcdARINCDataTypes.MORA
.- Since:
- 2014.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Specifies the minimum altitude for this area.static final TLcdDataProperty
Specifies the unit in which thealtitude
is defined. -
Method Summary
-
Field Details
-
ALTITUDE
Specifies the minimum altitude for this area. Can benull
if there is no information for this area. -
ALTITUDE_UNIT
Specifies the unit in which thealtitude
is defined. Isnull
only if the altitude is unknown.
-