Uses of Class
com.luciad.util.TLcdSpeedUnit
Packages that use TLcdSpeedUnit
Package
Description
This package contains the core of Lucy: the
back-end
, which
is the central point of Lucy where addons
can add functionality to
extend Lucy, and the default front-end
.Provides classes and interfaces for handling text, dates, numbers, and messages.
Basic utilities.
-
Uses of TLcdSpeedUnit in com.luciad.lucy
Methods in com.luciad.lucy that return TLcdSpeedUnitModifier and TypeMethodDescriptionILcyLucyEnv.getDefaultUserSpeedUnit()
Returns the default unit to present a speed to a user.Methods in com.luciad.lucy with parameters of type TLcdSpeedUnitModifier and TypeMethodDescriptionvoid
ILcyLucyEnv.setDefaultUserSpeedUnit
(TLcdSpeedUnit aDefaultUserSpeedUnit) Sets the default unit to present a speed to a user. -
Uses of TLcdSpeedUnit in com.luciad.text
Methods in com.luciad.text that return TLcdSpeedUnitModifier and TypeMethodDescriptionTLcdSpeedFormat.getDisplayUnit()
Returns the display unit.TLcdSpeedFormat.getProgramUnit()
Returns the program unit.Methods in com.luciad.text with parameters of type TLcdSpeedUnitModifier and TypeMethodDescriptionvoid
TLcdSpeedFormat.setDisplayUnit
(TLcdSpeedUnit aDisplayUnit) Sets the display unit.void
TLcdSpeedFormat.setProgramUnit
(TLcdSpeedUnit aProgramUnit) Sets the program unit.Constructors in com.luciad.text with parameters of type TLcdSpeedUnitModifierConstructorDescriptionTLcdSpeedFormat
(TLcdSpeedUnit aDisplayUnit) Create a speed format with
program unit:TTLcdSpeedUnit.MS
TLcdSpeedFormat
(TLcdSpeedUnit aProgramUnit, TLcdSpeedUnit aDisplayUnit) Create a speed format. -
Uses of TLcdSpeedUnit in com.luciad.util
Fields in com.luciad.util declared as TLcdSpeedUnitModifier and TypeFieldDescriptionstatic final TLcdSpeedUnit
TLcdSpeedUnit.FL_S
Constant defining speed as flight level/second.static final TLcdSpeedUnit
TLcdSpeedUnit.Ft_M
Constant defining speed as feet/minute.static final TLcdSpeedUnit
TLcdSpeedUnit.KmH
Constant defining speed as kilometer/hour.static final TLcdSpeedUnit
TLcdSpeedUnit.KNT
Constant defining speed as knots.static final TLcdSpeedUnit
TLcdSpeedUnit.Mach
Constant defining speed relative the speed of sound (at a temperature of 15 degrees Celsius and at sea level).static final TLcdSpeedUnit
TLcdSpeedUnit.MPH
Constant defining speed as miles/hour.static final TLcdSpeedUnit
TLcdSpeedUnit.MS
Constant defining speed as meter/second.static final TLcdSpeedUnit
TLcdSpeedUnit.NM_S
Constant defining speed as nautical mile/second.Methods in com.luciad.util that return TLcdSpeedUnitMethods in com.luciad.util with parameters of type TLcdSpeedUnitModifier and TypeMethodDescriptionstatic void
TLcdSpeedUnit.addSpeedUnit
(TLcdSpeedUnit aSpeedUnit) Adds the specified speed unit to the set of speed units which are registered for this JVM session.static void
TLcdSpeedUnit.removeSpeedUnit
(TLcdSpeedUnit aSpeedUnit) Removes the specified speed unit from the set of speed units which are registered for this JVM session.static void
TLcdSpeedUnit.setAllSpeedUnits
(TLcdSpeedUnit[] aSpeedUnits)