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 TypeMethodDescriptionvoidILcyLucyEnv.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 TypeMethodDescriptionvoidTLcdSpeedFormat.setDisplayUnit(TLcdSpeedUnit aDisplayUnit) Sets the display unit.voidTLcdSpeedFormat.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.MSTLcdSpeedFormat(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 TLcdSpeedUnitTLcdSpeedUnit.FL_SConstant defining speed as flight level/second.static final TLcdSpeedUnitTLcdSpeedUnit.Ft_MConstant defining speed as feet/minute.static final TLcdSpeedUnitTLcdSpeedUnit.KmHConstant defining speed as kilometer/hour.static final TLcdSpeedUnitTLcdSpeedUnit.KNTConstant defining speed as knots.static final TLcdSpeedUnitTLcdSpeedUnit.MachConstant defining speed relative the speed of sound (at a temperature of 15 degrees Celsius and at sea level).static final TLcdSpeedUnitTLcdSpeedUnit.MPHConstant defining speed as miles/hour.static final TLcdSpeedUnitTLcdSpeedUnit.MSConstant defining speed as meter/second.static final TLcdSpeedUnitTLcdSpeedUnit.NM_SConstant 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 voidTLcdSpeedUnit.addSpeedUnit(TLcdSpeedUnit aSpeedUnit) Adds the specified speed unit to the set of speed units which are registered for this JVM session.static voidTLcdSpeedUnit.removeSpeedUnit(TLcdSpeedUnit aSpeedUnit) Removes the specified speed unit from the set of speed units which are registered for this JVM session.static voidTLcdSpeedUnit.setAllSpeedUnits(TLcdSpeedUnit[] aSpeedUnits)