|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectvisad.data.netcdf.in.View.Domain
The convention-dependent domain of a netCDF variable.
| Constructor Summary | |
protected |
View.Domain(Variable var)
Constructs from a netCDF variable. |
| Method Summary | |
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. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected View.Domain(Variable var)
NullPointerException - if the argument is
null.
IllegalArgumentException - if the rank of the variable is 0.| Method Detail |
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)
obj - The object to be compared against.
true if and only if this
instance equals the object.public abstract int hashCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||