Package ucar.nc2.ft2.coverage
Interface CoordAxisReader
-
- All Known Implementing Classes:
CdmrCoverageReader
,DtCoverageAdapter
,GribCoverageDataset
public interface CoordAxisReader
Reads Coord Axis values, for lazy evaluation.- Since:
- 7/13/2015
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double[]
readCoordValues(CoverageCoordAxis coordAxis)
-
-
-
Method Detail
-
readCoordValues
double[] readCoordValues(CoverageCoordAxis coordAxis) throws IOException
- Throws:
IOException
-
-