public class Grib2Collection 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(AttributeContainer result) |
void |
addVariableAttributes(AttributeContainer v,
GribCollectionImmutable.VariableIndex vindex) |
CoverageCollection |
getGridCoverage(GribCollectionImmutable.Dataset ds,
GribCollectionImmutable.GroupGC group,
java.lang.String filename,
FeatureCollectionConfig gribConfig,
java.util.Formatter errlog,
org.slf4j.Logger logger) |
GridDataset |
getGridDataset(GribCollectionImmutable.Dataset ds,
GribCollectionImmutable.GroupGC group,
java.lang.String filename,
FeatureCollectionConfig gribConfig,
java.util.Formatter errlog,
org.slf4j.Logger logger) |
NetcdfDataset |
getNetcdfDataset(GribCollectionImmutable.Dataset ds,
GribCollectionImmutable.GroupGC group,
java.lang.String filename,
FeatureCollectionConfig gribConfig,
java.util.Formatter errlog,
org.slf4j.Logger logger) |
protected java.lang.String |
makeVariableId(GribCollectionImmutable.VariableIndex vindex) |
buildNetcdfDataset, 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 NetcdfDataset getNetcdfDataset(GribCollectionImmutable.Dataset ds, GribCollectionImmutable.GroupGC group, java.lang.String filename, FeatureCollectionConfig gribConfig, java.util.Formatter errlog, org.slf4j.Logger logger) throws java.io.IOException
getNetcdfDataset in class GribCollectionImmutablejava.io.IOException@Nullable public GridDataset getGridDataset(GribCollectionImmutable.Dataset ds, GribCollectionImmutable.GroupGC group, java.lang.String filename, FeatureCollectionConfig gribConfig, java.util.Formatter errlog, org.slf4j.Logger logger) throws java.io.IOException
getGridDataset in class GribCollectionImmutablejava.io.IOException@Nullable public CoverageCollection getGridCoverage(GribCollectionImmutable.Dataset ds, GribCollectionImmutable.GroupGC group, java.lang.String filename, FeatureCollectionConfig gribConfig, java.util.Formatter errlog, org.slf4j.Logger logger) throws java.io.IOException
getGridCoverage in class GribCollectionImmutablejava.io.IOExceptionpublic void addGlobalAttributes(AttributeContainer result)
addGlobalAttributes in class GribCollectionImmutableprotected java.lang.String makeVariableId(GribCollectionImmutable.VariableIndex vindex)
makeVariableId in class GribCollectionImmutablepublic void addVariableAttributes(AttributeContainer v, GribCollectionImmutable.VariableIndex vindex)
addVariableAttributes in class GribCollectionImmutable