public class Grib2Partition extends PartitionCollectionImmutable implements Closeable
PartitionCollectionImmutable.Partition, PartitionCollectionImmutable.VariableIndexPartitionedGribCollectionImmutable.Dataset, GribCollectionImmutable.GroupGC, GribCollectionImmutable.Record, GribCollectionImmutable.Type, GribCollectionImmutable.VariableIndexcountPCconfig, countGC, cust, datasets, dateRange, directory, fileMap, indexFilename, info, isGrib1, masterRuntime, name| Modifier and Type | Method and Description |
|---|---|
void |
addGlobalAttributes(ucar.nc2.AttributeContainerMutable result) |
void |
addVariableAttributes(ucar.nc2.AttributeContainerMutable 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, getPartitionByName, getPartitions, getPartitionSize, getPartitionsSorted, isPartitionOfPartitions, makeVariableIndex, showIndexclose, findMFileByName, getBackProcessId, getCenter, getDataset, getDatasetCanonical, getDatasets, getDirectory, getFile, getFilename, getFiles, getGenProcessId, getGenProcessType, getGlobalAttributes, getIndexFileSize, getLastModified, getLocal, getLocation, getMaster, getMasterFirstDate, getMasterRuntime, getName, getSubcenter, getVersion, reacquire, release, setFileCache, 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)
getGridCoverage in class GribCollectionImmutablepublic void addGlobalAttributes(ucar.nc2.AttributeContainerMutable result)
addGlobalAttributes in class GribCollectionImmutablepublic void addVariableAttributes(ucar.nc2.AttributeContainerMutable v,
GribCollectionImmutable.VariableIndex vindex)
addVariableAttributes in class GribCollectionImmutableprotected String makeVariableId(GribCollectionImmutable.VariableIndex v)
makeVariableId in class GribCollectionImmutable