|
|||||||||
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
public abstract class IntValuator
Provides support for processing integer numeric 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 |
Constructor Summary | |
---|---|
protected |
IntValuator(AttributeTable table,
long lower,
long upper)
Constructs from the attributes of a DODS integer variable. |
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 . |
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 |
Constructor Detail |
---|
protected IntValuator(AttributeTable table, long lower, long upper) throws BadFormException, VisADException, java.rmi.RemoteException
table
- The attribute table for a DODS variable.lower
- Natural lower limit on packed values.upper
- Natural upper limit on packed values.
BadFormException
- The attribute table is corrupt.
VisADException
- VisAD failure.
java.rmi.RemoteException
- Java RMI failure.Method Detail |
---|
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 |