| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static BaseUnit |
BaseUnit.addBaseUnit(java.lang.String quantityName,
java.lang.String unitName)
Create a new base unit from the name of a quantity and the name of a
unit.
|
static BaseUnit |
BaseUnit.addBaseUnit(java.lang.String quantityName,
java.lang.String unitName,
java.lang.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(java.lang.String quantityName,
java.lang.String unitName,
java.lang.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(java.lang.String quantityName)
Find the base unit for the given quantity.
|
static BaseUnit |
BaseUnit.unitNameToUnit(java.lang.String unitName)
Find the base unit with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
protected static visad.Factor[] |
DerivedUnit.newFactors(BaseUnit[] baseUnits,
int[] powers)
Creates an array of Factor-s from arrays of base units and powers.
|
| Constructor and Description |
|---|
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,
java.lang.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,
java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultUnitsDB.put(BaseUnit bu)
Deprecated.
Use visad.data.units.DefaultUnitsDB.put(bu) instead
|
| Modifier and Type | Method and Description |
|---|---|
void |
UnitTable.put(BaseUnit unit)
Adds a base unit.
|
void |
UnitsDB.put(BaseUnit unit)
Adds a base unit.
|