protected abstract class View.Domain
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
View.Domain(ucar.netcdf.Variable var)
Constructs from a netCDF variable.
|
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
equals(java.lang.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 View.Domain(ucar.netcdf.Variable var)
java.lang.NullPointerException - if the argument is
null.java.lang.IllegalArgumentException - if the rank of the variable is 0.protected abstract VirtualField getVirtualField(VirtualTuple range) throws VisADException, java.io.IOException
VirtualField corresponding to this domain and
a given range.range - The range for the VirtualField.java.lang.NullPointerException - if the argument is null.java.io.IOException - if a netCDF read-error occurs.VisADException - if a VisAD object can't be created.public abstract boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - The object to be compared against.true if and only if this
instance equals the object.public abstract int hashCode()
hashCode in class java.lang.Object