Class DataVariableIterator

java.lang.Object
noaa.coastwatch.util.DataVariableIterator
All Implemented Interfaces:
Iterator<Double>, DataIterator, DoubleIterator, ResettableIterator

public class DataVariableIterator extends Object implements DataIterator
The DataVariableIterator class iterates over the locations of a data variable and returns the data values found.
Since:
3.1.7
Author:
Peter Hollemans
  • Constructor Details

    • DataVariableIterator

      public DataVariableIterator(DataVariable variable, DataLocationIterator locationIter)
      Creates a new iterator.
      Parameters:
      variable - the data variable from which to obtain values.
      locationIter - the location iterator from which to obtain location values.
  • Method Details