|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParseException | |
---|---|
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.units | |
visad.data.units | |
visad.python |
Uses of ParseException in visad.data.netcdf |
---|
Methods in visad.data.netcdf that throw ParseException | |
---|---|
QuantityDB |
QuantityDBImpl.add(String[] definitions,
String[] aliases)
Adds the given quantities and aliases to the database. |
QuantityDB |
StandardQuantityDB.add(String[] definitions,
String[] aliases)
Adds the given quantities and aliases to the database. |
QuantityDB |
QuantityDBImpl.add(String[] definitions,
String[] aliases)
Adds the given quantities and aliases to the database. |
QuantityDB |
StandardQuantityDB.add(String[] definitions,
String[] aliases)
Adds the given quantities and aliases to the database. |
protected void |
QuantityDBImpl.add(String name,
String unitSpec)
Adds a quantity to the database given a name and a display unit specification. |
protected void |
QuantityDBImpl.add(String name,
String unitSpec)
Adds a quantity to the database given a name and a display unit specification. |
Quantity |
QuantityDB.get(String name,
String unitSpec)
Returns the quantity that matches the given name and unit. |
Quantity |
QuantityDB.get(String name,
String unitSpec)
Returns the quantity that matches the given name and 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)
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.getQuantity(String name,
String unitSpec,
SimpleSet set)
create a new Quantity, or return it if it already exists |
Constructors in visad.data.netcdf that throw ParseException | |
---|---|
Quantity(String name,
String unitSpec)
Constructs from a name and a unit specification. |
|
Quantity(String name,
String unitSpec)
Constructs from a name and a unit specification. |
|
Quantity(String name,
String unitSpec,
SimpleSet set)
Constructs from a name, a unit specification, and a sample set. |
|
Quantity(String name,
String unitSpec,
SimpleSet set)
Constructs from a name, a unit specification, and a sample set. |
Uses of ParseException in visad.data.netcdf.units |
---|
Subclasses of ParseException in visad.data.netcdf.units | |
---|---|
class |
ParseException
Deprecated. Use visad.data.units.ParseException instead |
Uses of ParseException in visad.data.units |
---|
Subclasses of ParseException in visad.data.units | |
---|---|
class |
NoSuchUnitException
Exception thrown when a unit specification can't be parsed because of an unknown unit. |
Methods in visad.data.units that return ParseException | |
---|---|
ParseException |
UnitParser.generateParseException()
|
ParseException |
UnitParser.generateParseException()
|
Methods in visad.data.units that throw ParseException | |
---|---|
static void |
Parser.main(String[] args)
Test this class. |
static void |
Parser.main(String[] args)
Test this class. |
void |
UnitParser.multiply()
|
void |
UnitParser.multiply()
|
Unit |
UnitParser.nameExpression()
|
Unit |
UnitParser.nameExpression()
|
double |
UnitParser.numberExpression()
|
double |
UnitParser.numberExpression()
|
double |
UnitParser.numericalTerm()
|
double |
UnitParser.numericalTerm()
|
static Unit |
Parser.parse(String spec)
Parse a unit specification. |
static Unit |
Parser.parse(String spec)
Parse a unit specification. |
Unit |
UnitParser.powerExpression()
|
Unit |
UnitParser.powerExpression()
|
double |
UnitParser.shiftExpression()
|
double |
UnitParser.shiftExpression()
|
double |
UnitParser.timestampExpression()
|
double |
UnitParser.timestampExpression()
|
double |
UnitParser.timestampTerm()
|
double |
UnitParser.timestampTerm()
|
Unit |
UnitParser.unitProductList()
|
Unit |
UnitParser.unitProductList()
|
Unit |
UnitParser.unitSpec()
|
Unit |
UnitParser.unitSpec()
|
double |
UnitParser.valueExpression()
|
double |
UnitParser.valueExpression()
|
Uses of ParseException in visad.python |
---|
Methods in visad.python that throw ParseException | |
---|---|
static Unit |
JPythonMethods.makeUnit(String name)
get a VisAD Unit from the name given |
static Unit |
JPythonMethods.makeUnit(String name)
get a VisAD Unit from the name given |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |