public class Grib1Collection extends GribCollectionImmutable
GribCollectionImmutable.Dataset, GribCollectionImmutable.GroupGC, GribCollectionImmutable.Record, GribCollectionImmutable.Type, GribCollectionImmutable.VariableIndexconfig, countGC, cust, datasets, dateRange, directory, fileMap, indexFilename, info, isGrib1, masterRuntime, name| Modifier and Type | Method and Description |
|---|---|
void |
addGlobalAttributes(ucar.nc2.AttributeContainer result) |
void |
addVariableAttributes(ucar.nc2.AttributeContainer v,
GribCollectionImmutable.VariableIndex vindex) |
ucar.nc2.ft2.coverage.CoverageCollection |
getGridCoverage(GribCollectionImmutable.Dataset ds,
GribCollectionImmutable.GroupGC group,
String filename,
thredds.featurecollection.FeatureCollectionConfig gribConfig,
Formatter errlog,
org.slf4j.Logger logger) |
ucar.nc2.dt.grid.GridDataset |
getGridDataset(GribCollectionImmutable.Dataset ds,
GribCollectionImmutable.GroupGC group,
String filename,
thredds.featurecollection.FeatureCollectionConfig gribConfig,
Formatter errlog,
org.slf4j.Logger logger) |
ucar.nc2.dataset.NetcdfDataset |
getNetcdfDataset(GribCollectionImmutable.Dataset ds,
GribCollectionImmutable.GroupGC group,
String filename,
thredds.featurecollection.FeatureCollectionConfig gribConfig,
Formatter errlog,
org.slf4j.Logger logger) |
String |
makeVariableId(GribCollectionImmutable.VariableIndex v) |
close, findMFileByName, getBackProcessId, getCenter, getDataset, getDatasetCanonical, getDatasets, getDirectory, getFile, getFilename, getFiles, getGenProcessId, getGenProcessType, getGlobalAttributes, getIndexFileSize, getLastModified, getLocal, getLocation, getMaster, getMasterFirstDate, getMasterRuntime, getName, getSubcenter, getVersion, makeVariableIndex, reacquire, release, setFileCache, showIndex, showStatus, showStatusSummary, toString@Nullable public ucar.nc2.dataset.NetcdfDataset getNetcdfDataset(GribCollectionImmutable.Dataset ds, GribCollectionImmutable.GroupGC group, String filename, thredds.featurecollection.FeatureCollectionConfig gribConfig, Formatter errlog, org.slf4j.Logger logger) throws IOException
getNetcdfDataset in class GribCollectionImmutableIOException@Nullable public ucar.nc2.dt.grid.GridDataset getGridDataset(GribCollectionImmutable.Dataset ds, GribCollectionImmutable.GroupGC group, String filename, thredds.featurecollection.FeatureCollectionConfig gribConfig, Formatter errlog, org.slf4j.Logger logger) throws IOException
getGridDataset in class GribCollectionImmutableIOException@Nullable public ucar.nc2.ft2.coverage.CoverageCollection getGridCoverage(GribCollectionImmutable.Dataset ds, GribCollectionImmutable.GroupGC group, String filename, thredds.featurecollection.FeatureCollectionConfig gribConfig, Formatter errlog, org.slf4j.Logger logger) throws IOException
getGridCoverage in class GribCollectionImmutableIOExceptionpublic void addGlobalAttributes(ucar.nc2.AttributeContainer result)
addGlobalAttributes in class GribCollectionImmutablepublic String makeVariableId(GribCollectionImmutable.VariableIndex v)
makeVariableId in class GribCollectionImmutablepublic void addVariableAttributes(ucar.nc2.AttributeContainer v,
GribCollectionImmutable.VariableIndex vindex)
addVariableAttributes in class GribCollectionImmutable