visad
Class FieldEnumerator
java.lang.Object
visad.FieldEnumerator
- All Implemented Interfaces:
- Enumeration
- class FieldEnumerator
- extends Object
- implements Enumeration
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
field
Field field
index
int[] index
dimension
int dimension
type
RealTupleType type
coordinateSystem
CoordinateSystem coordinateSystem
types
RealType[] types
units
Unit[] units
FieldEnumerator
FieldEnumerator(Field f)
throws VisADException,
RemoteException
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements in interface Enumeration
nextElement
public Object nextElement()
throws NoSuchElementException
- Specified by:
nextElement in interface Enumeration
- Throws:
NoSuchElementException