Package ucar.nc2.ft2.coverage
Interface CoverageReader
-
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Implementing Classes:
CdmrCoverageReader,DtCoverageAdapter
public interface CoverageReader extends Closeable
Abstraction to read the data in a coverage. Makes it simpler to implement multiple versions of CoverageDataset + related classes.- Since:
- 7/13/2015
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLocation()GeoReferencedArrayreadData(Coverage coverage, SubsetParams subset, boolean canonicalOrder)
-
-
-
Method Detail
-
getLocation
String getLocation()
-
readData
GeoReferencedArray readData(Coverage coverage, SubsetParams subset, boolean canonicalOrder) throws IOException, InvalidRangeException
- Throws:
IOExceptionInvalidRangeException
-
-