public abstract class UIntValuator extends IntValuator
Instances are immutable.
Modifier | Constructor and Description |
---|---|
protected |
UIntValuator(dods.dap.AttributeTable table,
long upper)
Constructs from the attributes of a DODS variable.
|
Modifier and Type | Method and Description |
---|---|
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.
|
getRepresentationalSet
decode, valuator, valueRanger, valueUnpacker, valueVetter
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.Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.