Interface ValueSource

All Known Implementing Classes:
CachedGrid, DataVariable, Grid, HDFCachedGrid, Line, NCCachedGrid, NOAA1bCachedGrid, OpendapGrid, SubsetGrid, TileCachedGrid, VariableEstimator

public interface ValueSource
The ValueSource interface may be implemented by any class that provides data values for a set of DataLocation objects.
Since:
3.2.1
Author:
Peter Hollemans
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Gets a data value for the specified location.
  • Method Details

    • getValue

      double getValue(DataLocation loc)
      Gets a data value for the specified location.