visad.data.in
Class ValueVetter
- java.lang.Object
-
- visad.data.in.ValueProcessor
-
- visad.data.in.ValueVetter
-
public abstract class ValueVetter extends ValueProcessor
Provides support for verifying data values (i.e. seeing that they aren't equal to one or more special values).Instances are immutable.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static ValueVettervalueVetter(double[] values)Returns an instance of this class given an array of special values.-
Methods inherited from class visad.data.in.ValueProcessor
process, process, process, process
-
-
-
-
Method Detail
-
valueVetter
public static ValueVetter valueVetter(double[] values)
Returns an instance of this class given an array of special values. If the trivial vetter can be returned, then it is. During processing, if a value to be processed equals a special value, then it is replaced with a NaN.- Parameters:
values- The special values. May benull. Elements may be NaN. The array might not be cloned and might be reordered.
-
-
DMelt 3.0 © DataMelt by jWork.ORG