visad.data.dods
Class Int32Valuator
java.lang.Object
visad.data.dods.Valuator
visad.data.dods.IntValuator
visad.data.dods.Int32Valuator
public final class Int32Valuator
- extends IntValuator
Provides support for processing 32-bit integer values in a DODS dataset.
Processing includes checking for validity and unpacking.
Instances are immutable.
- Author:
- Steven R. Emmerson
Method Summary |
static Valuator |
valuator(dods.dap.AttributeTable table)
Returns an instance of this class corresponding to the attributes for a
DODS variable. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
valuator
public static Valuator valuator(dods.dap.AttributeTable table)
throws BadFormException,
VisADException,
RemoteException
- Returns an instance of this class corresponding to the attributes for a
DODS variable.
- Parameters:
table
- The attribute table for a DODS variable.
- Throws:
BadFormException
- The attribute table is corrupt.
VisADException
- VisAD failure.
RemoteException
- Java RMI failure.