Uses of Class
com.luciad.ais.model.util.TLcdAltitudeReference
Packages that use TLcdAltitudeReference
Package
Description
Basic utilities in the context of the AIS model package.
Decoders that handle the DAFIF format.
-
Uses of TLcdAltitudeReference in com.luciad.ais.model.util
Fields in com.luciad.ais.model.util declared as TLcdAltitudeReferenceModifier and TypeFieldDescriptionstatic final TLcdAltitudeReference
TLcdAltitudeReference.ALT
Distance measured from Mean Sea Level.static final TLcdAltitudeReference
TLcdAltitudeReference.HEI
Distance measured from Ground Level.static final TLcdAltitudeReference
TLcdAltitudeReference.OTHER
Other.static final TLcdAltitudeReference
TLcdAltitudeReference.QFE
A reading of 0 on the altimeter setting which occurs on Ground.static final TLcdAltitudeReference
TLcdAltitudeReference.QNH
Altimeter setting gives field elevation on Ground (~ 0 at MSL).static final TLcdAltitudeReference
TLcdAltitudeReference.STD
Altimeter setting is set to standard atmosphere.static final TLcdAltitudeReference
TLcdAltitudeReference.W84
Distance measured from WGS-84 ellipsoid. -
Uses of TLcdAltitudeReference in com.luciad.format.dafif.decoder
Methods in com.luciad.format.dafif.decoder that return TLcdAltitudeReferenceModifier and TypeMethodDescriptionprotected TLcdAltitudeReference
ALcdDAFIFAirspaceDecoder.retrieveAltitudeReference
(String aAltitudeString) Returns aTLcdAltitudeReference
object representing the reference of the given altitude.