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