Uses of Class
com.luciad.ais.model.util.TLcdPowerUnit
Packages that use TLcdPowerUnit
Package
Description
Basic utilities in the context of the AIS model package.
-
Uses of TLcdPowerUnit in com.luciad.ais.model.util
Fields in com.luciad.ais.model.util declared as TLcdPowerUnitModifier and TypeFieldDescriptionstatic final TLcdPowerUnit
TLcdPowerUnit.KW_UNIT
Kilowatt.static final TLcdPowerUnit
TLcdPowerUnit.MW_UNIT
Megawatt.static final TLcdPowerUnit
TLcdPowerUnit.W_UNIT
Watt.Methods in com.luciad.ais.model.util that return TLcdPowerUnitModifier and TypeMethodDescriptionstatic TLcdPowerUnit[]
TLcdPowerUnit.getAllPowerUnits()
Returns allTLcdPowerUnit
objects to consider in a JVM session.Methods in com.luciad.ais.model.util with parameters of type TLcdPowerUnitModifier and TypeMethodDescriptionstatic void
TLcdPowerUnit.setAllPowerUnits
(TLcdPowerUnit[] aAllPowerUnitArray) Sets statically allTLcdPowerUnit
objects to consider in a JVM session.