|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseUnit | |
---|---|
visad | The core VisAD package, providing support for VisAD's Data & MathType hierarchy, as well as for VisAD Displays and remote collaboration. |
visad.data.netcdf.units | |
visad.data.units |
Uses of BaseUnit in visad |
---|
Fields in visad declared as BaseUnit | |
---|---|
static BaseUnit |
SI.ampere
Base unit of electric current. |
static BaseUnit |
SI.candela
Base unit of luminous intensity. |
static BaseUnit |
SI.kelvin
Base unit of thermodynamic temperature. |
static BaseUnit |
SI.kilogram
Base unit of mass. |
static BaseUnit |
SI.meter
Base unit of length. |
static BaseUnit |
SI.mole
Base unit of amount of substance. |
static BaseUnit |
SI.radian
Base unit of angular measure. |
static BaseUnit |
SI.second
Base unit of time. |
static BaseUnit |
SI.steradian
Base unit of solid angle. |
Methods in visad that return BaseUnit | |
---|---|
static BaseUnit |
BaseUnit.addBaseUnit(String quantityName,
String unitName)
Create a new base unit from the name of a quantity and the name of a unit. |
static BaseUnit |
BaseUnit.addBaseUnit(String quantityName,
String unitName,
String abbreviation)
Create a new base unit from from the name of a quantity, the name of a unit, and the unit's abbreviation. |
static BaseUnit |
BaseUnit.addBaseUnit(String quantityName,
String unitName,
String abbreviation,
boolean isDimless)
Create a new base unit from from the name of a quantity, the name of a unit, the unit's abbreviation, and whether or not the unit is dimensionless. |
static BaseUnit |
BaseUnit.quantityNameToUnit(String quantityName)
Find the base unit for the given quantity. |
static BaseUnit |
BaseUnit.unitNameToUnit(String unitName)
Find the base unit with the given name. |
Methods in visad with parameters of type BaseUnit | |
---|---|
protected static visad.Factor[] |
DerivedUnit.newFactors(BaseUnit[] baseUnits,
int[] powers)
Creates an array of Factor-s from arrays of base units and powers. |
Constructors in visad with parameters of type BaseUnit | |
---|---|
DerivedUnit(BaseUnit baseUnit)
Construct a derived unit from a base unit. |
|
DerivedUnit(BaseUnit[] baseUnits,
int[] powers)
Construct a derived unit from an array base units and powers. |
|
DerivedUnit(BaseUnit[] baseUnits,
int[] powers,
String identifier)
Construct a derived unit from an array base units, powers, and an identifier. |
|
ScaledUnit(double amount,
BaseUnit unit)
|
|
ScaledUnit(double amount,
BaseUnit unit,
String id)
|
Uses of BaseUnit in visad.data.netcdf.units |
---|
Methods in visad.data.netcdf.units with parameters of type BaseUnit | |
---|---|
void |
DefaultUnitsDB.put(BaseUnit bu)
Deprecated. Use visad.data.units.DefaultUnitsDB.put(bu) instead |
Uses of BaseUnit in visad.data.units |
---|
Methods in visad.data.units with parameters of type BaseUnit | |
---|---|
void |
UnitTable.put(BaseUnit unit)
Adds a base unit. |
void |
UnitsDB.put(BaseUnit unit)
Adds a base unit. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |