@Deprecated @Immutable public class GribCoverageDataset extends Object implements ucar.nc2.ft2.coverage.CoverageReader, ucar.nc2.ft2.coverage.CoordAxisReader
| Constructor and Description |
|---|
GribCoverageDataset(GribCollectionImmutable gribCollection,
GribCollectionImmutable.Dataset ds,
GribCollectionImmutable.GroupGC group)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Deprecated.
|
ucar.nc2.ft2.coverage.CoverageCollection |
createCoverageCollection()
Deprecated.
|
String |
getLocation()
Deprecated.
|
static Optional<ucar.nc2.ft2.coverage.FeatureDatasetCoverage> |
open(String endpoint,
Formatter errLog)
Deprecated.
Open GribCoverageDataset as a FeatureDatasetCoverage.
|
double[] |
readCoordValues(ucar.nc2.ft2.coverage.CoverageCoordAxis coordAxis)
Deprecated.
|
ucar.nc2.ft2.coverage.GeoReferencedArray |
readData(ucar.nc2.ft2.coverage.Coverage coverage,
ucar.nc2.ft2.coverage.SubsetParams params,
boolean canonicalOrder)
Deprecated.
|
public GribCoverageDataset(GribCollectionImmutable gribCollection, GribCollectionImmutable.Dataset ds, GribCollectionImmutable.GroupGC group)
public static Optional<ucar.nc2.ft2.coverage.FeatureDatasetCoverage> open(String endpoint, Formatter errLog)
errLog - if is grib but error, add error message to this log.public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic String getLocation()
getLocation in interface ucar.nc2.ft2.coverage.CoverageReaderpublic ucar.nc2.ft2.coverage.CoverageCollection createCoverageCollection()
public double[] readCoordValues(ucar.nc2.ft2.coverage.CoverageCoordAxis coordAxis)
throws IOException
readCoordValues in interface ucar.nc2.ft2.coverage.CoordAxisReaderIOExceptionpublic ucar.nc2.ft2.coverage.GeoReferencedArray readData(ucar.nc2.ft2.coverage.Coverage coverage,
ucar.nc2.ft2.coverage.SubsetParams params,
boolean canonicalOrder)
throws IOException,
ucar.ma2.InvalidRangeException
readData in interface ucar.nc2.ft2.coverage.CoverageReaderIOExceptionucar.ma2.InvalidRangeException