Uses of Class
com.luciad.ais.model.util.TLcdPowerUnit
Package
Description
Basic utilities in the context of the AIS model package.
-
Uses of TLcdPowerUnit in com.luciad.ais.model.util
Modifier and TypeFieldDescriptionstatic final TLcdPowerUnit
TLcdPowerUnit.KW_UNIT
Kilowatt.static final TLcdPowerUnit
TLcdPowerUnit.MW_UNIT
Megawatt.static final TLcdPowerUnit
TLcdPowerUnit.W_UNIT
Watt.Modifier and TypeMethodDescriptionstatic TLcdPowerUnit[]
TLcdPowerUnit.getAllPowerUnits()
Returns allTLcdPowerUnit
objects to consider in a JVM session.Modifier and TypeMethodDescriptionstatic void
TLcdPowerUnit.setAllPowerUnits
(TLcdPowerUnit[] aAllPowerUnitArray) Sets statically allTLcdPowerUnit
objects to consider in a JVM session.