public class CdmrCoverageReader extends Object implements CoverageReader, CoordAxisReader
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
getLocation() |
double[] |
readCoordValues(CoverageCoordAxis coordAxis) |
GeoReferencedArray |
readData(ucar.nc2.ft2.coverage.remote.CoverageDataResponse dataResponse,
ucar.nc2.ft2.coverage.remote.GeoArrayResponse arrayResponse,
InputStream is) |
GeoReferencedArray |
readData(Coverage coverage,
SubsetParams subset,
boolean canonicalOrder) |
public void close()
close in interface Closeableclose in interface AutoCloseablepublic String getLocation()
getLocation in interface CoverageReaderpublic GeoReferencedArray readData(Coverage coverage, SubsetParams subset, boolean canonicalOrder) throws IOException
readData in interface CoverageReaderIOExceptionpublic GeoReferencedArray readData(ucar.nc2.ft2.coverage.remote.CoverageDataResponse dataResponse, ucar.nc2.ft2.coverage.remote.GeoArrayResponse arrayResponse, InputStream is) throws IOException
IOExceptionpublic double[] readCoordValues(CoverageCoordAxis coordAxis) throws IOException
readCoordValues in interface CoordAxisReaderIOException