public class Grib2Collection extends GribCollectionImmutable
GribCollectionImmutable.Dataset, GribCollectionImmutable.GroupGC, GribCollectionImmutable.Info, GribCollectionImmutable.Record, GribCollectionImmutable.Type, GribCollectionImmutable.VariableIndexconfig, countGC, cust, datasets, dateRange, directory, fileMap, indexFilename, info, isGrib1, masterRuntime, name, objCache| 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) |
protected String |
makeVariableId(GribCollectionImmutable.VariableIndex vindex) |
close, findMFileByName, getBackProcessId, getCenter, getDataRaf, getDataRafFilename, getDataset, getDatasetCanonical, getDatasets, getDirectory, getFile, getFilename, getFiles, getFirstFilename, getGenProcessId, getGenProcessType, getGlobalAttributes, getIndexFileSize, getLastModified, getLocal, getLocation, getMaster, getMasterFirstDate, getMasterRuntime, getName, getSubcenter, getVersion, makeVariableIndex, reacquire, release, setFileCache, showIndex, showIndexFile, showStatus, showStatusSummary, toStringpublic 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 GribCollectionImmutableIOExceptionpublic 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 GribCollectionImmutableIOExceptionpublic 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 GribCollectionImmutableprotected String makeVariableId(GribCollectionImmutable.VariableIndex vindex)
makeVariableId in class GribCollectionImmutablepublic void addVariableAttributes(ucar.nc2.AttributeContainer v,
GribCollectionImmutable.VariableIndex vindex)
addVariableAttributes in class GribCollectionImmutable