public abstract class IntValuator extends Valuator
Instances are immutable.
Modifier | Constructor and Description |
---|---|
protected |
IntValuator(dods.dap.AttributeTable table,
long lower,
long upper)
Constructs from the attributes of a DODS integer variable.
|
Modifier and Type | Method and Description |
---|---|
SimpleSet |
getRepresentationalSet(RealType realType)
Returns the set used to represent unpacked, numeric values associated
with this instance in the range of a VisAD
FlatField . |
decode, process, process, process, process, valuator, valueRanger, valueUnpacker, valueVetter
protected IntValuator(dods.dap.AttributeTable table, long lower, long upper) throws BadFormException, VisADException, 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.RemoteException
- Java RMI failure.public SimpleSet getRepresentationalSet(RealType realType) throws VisADException
FlatField
.getRepresentationalSet
in class Valuator
VisADException
- VisAD failure.Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.