|
||||||||||
| 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
public abstract class UIntValuator
Provides support for processing unsigned 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 |
| Constructor Summary | |
|---|---|
protected |
UIntValuator(dods.dap.AttributeTable table,
long upper)
Constructs from the attributes of a DODS variable. |
| Method Summary | |
|---|---|
double |
process(double value)
Processes values. |
double[] |
process(double[] values)
Processes values. |
float |
process(float value)
Processes a value. |
float[] |
process(float[] values)
Processes a value. |
| 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 |
| Constructor Detail |
|---|
protected UIntValuator(dods.dap.AttributeTable table,
long upper)
throws BadFormException,
VisADException,
RemoteException
table - The attribute table for a DODS variable.upper - Natural upper limit on packed values.
BadFormException - The attribute table is corrupt.
VisADException - VisAD failure.
RemoteException - Java RMI failure.| Method Detail |
|---|
public float process(float value)
process in class Valuatorvalue - The packed value to be processed.public float[] process(float[] values)
process in class Valuatorvalues - The packed values to be processed.public double process(double value)
process in class Valuatorvalue - The packed value to be processed.public double[] process(double[] values)
process in class Valuatorvalues - The packed values to be processed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||