Package noaa.coastwatch.util
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 TypeMethodDescriptiondoublegetValue(DataLocation loc) Gets a data value for the specified location.
-
Method Details
-
getValue
Gets a data value for the specified location.
-