public abstract class ValueVetter extends ValueProcessor
Instances are immutable.
trivialProcessor
Modifier | Constructor and Description |
---|---|
protected |
ValueVetter()
Constructs from nothing.
|
Modifier and Type | Method and Description |
---|---|
static ValueVetter |
valueVetter(double[] values)
Returns an instance of this class given an array of special values.
|
process, process, process, process
public static ValueVetter valueVetter(double[] values)
values
- The special values. May be null
.
Elements may be NaN. The array might not be
cloned and might be reordered.Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.