public class Grib2Partition extends PartitionCollectionImmutable implements Closeable
PartitionCollectionImmutable.Partition, PartitionCollectionImmutable.VariableIndexPartitionedGribCollectionImmutable.Dataset, GribCollectionImmutable.GroupGC, GribCollectionImmutable.Info, GribCollectionImmutable.Record, GribCollectionImmutable.Type, GribCollectionImmutable.VariableIndexcountPCconfig, 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 config,
Formatter errlog,
org.slf4j.Logger logger) |
ucar.nc2.dt.grid.GridDataset |
getGridDataset(GribCollectionImmutable.Dataset ds,
GribCollectionImmutable.GroupGC group,
String filename,
thredds.featurecollection.FeatureCollectionConfig config,
Formatter errlog,
org.slf4j.Logger logger) |
ucar.nc2.dataset.NetcdfDataset |
getNetcdfDataset(GribCollectionImmutable.Dataset ds,
GribCollectionImmutable.GroupGC group,
String filename,
thredds.featurecollection.FeatureCollectionConfig config,
Formatter errlog,
org.slf4j.Logger logger) |
protected String |
makeVariableId(GribCollectionImmutable.VariableIndex v) |
getFilename, getLatestGribCollection, getPartition, getPartitionByName, getPartitions, getPartitionSize, getPartitionsSorted, getRaf, getVariable2DByHash, isPartitionOfPartitions, makeVariableIndex, showIndexclose, 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, reacquire, release, setFileCache, showIndexFile, showStatus, showStatusSummary, toStringpublic ucar.nc2.dataset.NetcdfDataset getNetcdfDataset(GribCollectionImmutable.Dataset ds, GribCollectionImmutable.GroupGC group, String filename, thredds.featurecollection.FeatureCollectionConfig config, 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 config, 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 config, Formatter errlog, org.slf4j.Logger logger) throws IOException
getGridCoverage in class GribCollectionImmutableIOExceptionpublic void addGlobalAttributes(ucar.nc2.AttributeContainer result)
addGlobalAttributes in class GribCollectionImmutablepublic void addVariableAttributes(ucar.nc2.AttributeContainer v,
GribCollectionImmutable.VariableIndex vindex)
addVariableAttributes in class GribCollectionImmutableprotected String makeVariableId(GribCollectionImmutable.VariableIndex v)
makeVariableId in class GribCollectionImmutable