public class DtCoverageAdapter extends Object implements CoverageReader, CoordAxisReader
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static FeatureDatasetCoverage |
factory(DtCoverageDataset proxy,
Formatter errlog) |
String |
getLocation() |
double[] |
readCoordValues(CoverageCoordAxis coordAxis) |
GeoReferencedArray |
readData(Coverage coverage,
SubsetParams params,
boolean canonicalOrder) |
public static FeatureDatasetCoverage factory(DtCoverageDataset proxy, Formatter errlog)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic String getLocation()
getLocation in interface CoverageReaderpublic GeoReferencedArray readData(Coverage coverage, SubsetParams params, boolean canonicalOrder) throws IOException, InvalidRangeException
readData in interface CoverageReaderIOExceptionInvalidRangeExceptionpublic double[] readCoordValues(CoverageCoordAxis coordAxis) throws IOException
readCoordValues in interface CoordAxisReaderIOException