|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvisad.data.dods.Valuator
visad.data.dods.IntValuator
visad.data.dods.UIntValuator
visad.data.dods.UInt16Valuator
public final class UInt16Valuator
Provides support for processing unsigned, 16-bit integer values in a DODS dataset. Processing includes checking for validity and unpacking.
Instances are immutable.
Field Summary |
---|
Fields inherited from class visad.data.dods.Valuator |
---|
ranger, unpacker, vetter |
Method Summary | |
---|---|
static Valuator |
valuator(AttributeTable table)
Returns an instance of this class corresponding to the attributes for a DODS variable. |
Methods inherited from class visad.data.dods.UIntValuator |
---|
process, process, process, process |
Methods inherited from class visad.data.dods.IntValuator |
---|
getRepresentationalSet |
Methods inherited from class visad.data.dods.Valuator |
---|
decode, valuator, valueRanger, valueUnpacker, valueVetter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Valuator valuator(AttributeTable table) throws BadFormException, VisADException, java.rmi.RemoteException
table
- The attribute table for a DODS variable.
BadFormException
- The attribute table is corrupt.
VisADException
- VisAD failure.
java.rmi.RemoteException
- Java RMI failure.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |