| Modifier | Constructor and Description |
|---|---|
protected |
Domain(ucar.netcdf.Variable var)
Constructs from a netCDF variable.
|
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
equals(Object obj)
Indicates if this instance equals an object.
|
protected abstract VirtualField |
getVirtualField(VirtualTuple range)
Returns a
VirtualField corresponding to this domain and
a given range. |
abstract int |
hashCode()
Returns the hash code of this instance.
|
protected Domain(ucar.netcdf.Variable var)
NullPointerException - if the argument is
null.IllegalArgumentException - if the rank of the variable is 0.protected abstract VirtualField getVirtualField(VirtualTuple range) throws VisADException, IOException
VirtualField corresponding to this domain and
a given range.range - The range for the VirtualField.NullPointerException - if the argument is null.IOException - if a netCDF read-error occurs.VisADException - if a VisAD object can't be created.public abstract boolean equals(Object obj)
Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.