public final class QuantityDBManager extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
protected static QuantityDB |
defaultInstance()
Returns the default quantity database.
|
static QuantityDB |
instance()
Returns the current instance of the quantity database.
|
static void |
main(String[] args)
Tests this class by listing the contents -- one per line --
in the following format:
|
static void |
setInstance(QuantityDB db)
Sets the current instance of the quantity database.
|
protected static QuantityDB defaultInstance() throws VisADException
VisADException
- Couldn't create necessary VisAD object.public static QuantityDB instance()
public static void setInstance(QuantityDB db) throws VisADException
db
- The new current instance of the quantity
database. May be null
, in which
case the default instance is used.VisADException
- Couldn't create necessary VisAD object.Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.