|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Quantity | |
---|---|
visad.data.netcdf | Provides for importing a netCDF dataset into VisAD and for exporting a VisAD data object to a netCDF dataset. |
visad.data.netcdf.in | Provides for importing a netCDF dataset into VisAD. |
visad.data.visad.object |
Uses of Quantity in visad.data.netcdf |
---|
Methods in visad.data.netcdf that return Quantity | |
---|---|
Quantity |
QuantityDBImpl.get(String name)
Returns the quantity in the database whose name matches a given name. |
abstract Quantity |
QuantityDB.get(String name)
Returns the quantity in the database whose name matches a given name. |
Quantity |
QuantityDB.get(String name,
String unitSpec)
Returns the quantity that matches the given name and unit. |
Quantity[] |
QuantityDBImpl.get(Unit unit)
Returns all quantities in the database whose default unit is convertible with a given unit. |
abstract Quantity[] |
QuantityDB.get(Unit unit)
Returns all quantities in the database whose default unit is convertible with a given unit. |
static Quantity |
Quantity.getQuantity(String name,
String unitSpec)
create a new Quantity, or return it if it already exists |
static Quantity |
Quantity.getQuantity(String name,
String unitSpec,
SimpleSet set)
create a new Quantity, or return it if it already exists |
static Quantity |
Quantity.getQuantityByName(String name)
return any Quantity constructed in this JVM with name, or null |
Methods in visad.data.netcdf with parameters of type Quantity | |
---|---|
void |
QuantityDB.add(Quantity quantity)
Adds a given Quantity to the database. |
QuantityDB |
QuantityDBImpl.add(Quantity[] quantities)
Adds given Quantity-s to the database. |
void |
QuantityDBImpl.add(String name,
Quantity quantity)
Adds a quantity to the database under a given name. |
abstract void |
QuantityDB.add(String name,
Quantity quantity)
Adds a given Quantity to the database under a given name. |
Uses of Quantity in visad.data.netcdf.in |
---|
Methods in visad.data.netcdf.in that return Quantity | |
---|---|
Quantity |
NetcdfQuantityDB.get(String name)
Returns the quantity in the database whose name matches a given name. |
Quantity[] |
NetcdfQuantityDB.get(Unit unit)
Returns all quantities in the database whose default unit is convertible with a given unit. |
Quantity |
NetcdfQuantityDB.getBest(String longName,
String name)
Return the VisAD quantity corresponding to the best combination of long name and name. |
Methods in visad.data.netcdf.in with parameters of type Quantity | |
---|---|
void |
NetcdfQuantityDB.add(String name,
Quantity quantity)
Adds a given Quantity to the database under a given name. |
Uses of Quantity in visad.data.visad.object |
---|
Methods in visad.data.visad.object that return Quantity | |
---|---|
static Quantity |
BinaryQuantity.read(BinaryReader reader,
int index)
|
Methods in visad.data.visad.object with parameters of type Quantity | |
---|---|
static int |
BinaryQuantity.computeBytes(Quantity qt)
|
static int |
BinaryQuantity.write(BinaryWriter writer,
Quantity qt,
Object token)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |