|
|||||||||
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.Float64Valuator
public final class Float64Valuator
Provides support for processing 64-bit floating-point 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 | |
---|---|
SimpleSet |
getRepresentationalSet(RealType realType)
Returns the set used to represent unpacked, numeric values associated with this instance in the range of a VisAD FlatField . |
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.Valuator |
---|
decode, process, process, process, process, 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.public SimpleSet getRepresentationalSet(RealType realType) throws VisADException
FlatField
.
getRepresentationalSet
in class Valuator
VisADException
- VisAD failure.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |