All Methods Instance Methods Abstract Methods Concrete Methods
| Modifier and Type |
Method and Description |
abstract void |
addGlobalAttributes(ucar.nc2.AttributeContainer result) |
abstract void |
addVariableAttributes(ucar.nc2.AttributeContainer v,
GribCollectionImmutable.VariableIndex vindex) |
void |
close() |
thredds.inventory.MFile |
findMFileByName(String filename) |
int |
getBackProcessId() |
int |
getCenter() |
GribCollectionImmutable.Dataset |
getDataset(int idx) |
GribCollectionImmutable.Dataset |
getDatasetCanonical() |
List<GribCollectionImmutable.Dataset> |
getDatasets() |
File |
getDirectory() |
thredds.inventory.MFile |
getFile(int fileno) |
String |
getFilename(int fileno) |
Collection<thredds.inventory.MFile> |
getFiles() |
int |
getGenProcessId() |
int |
getGenProcessType() |
ucar.nc2.AttributeContainer |
getGlobalAttributes() |
abstract ucar.nc2.ft2.coverage.CoverageCollection |
getGridCoverage(GribCollectionImmutable.Dataset ds,
GribCollectionImmutable.GroupGC group,
String filename,
thredds.featurecollection.FeatureCollectionConfig gribConfig,
Formatter errlog,
org.slf4j.Logger logger) |
abstract ucar.nc2.dt.grid.GridDataset |
getGridDataset(GribCollectionImmutable.Dataset ds,
GribCollectionImmutable.GroupGC group,
String filename,
thredds.featurecollection.FeatureCollectionConfig gribConfig,
Formatter errlog,
org.slf4j.Logger logger) |
long |
getIndexFileSize() |
long |
getLastModified() |
int |
getLocal() |
String |
getLocation() |
int |
getMaster() |
ucar.nc2.time.CalendarDate |
getMasterFirstDate() |
CoordinateRuntime |
getMasterRuntime() |
String |
getName() |
abstract ucar.nc2.dataset.NetcdfDataset |
getNetcdfDataset(GribCollectionImmutable.Dataset ds,
GribCollectionImmutable.GroupGC group,
String filename,
thredds.featurecollection.FeatureCollectionConfig gribConfig,
Formatter errlog,
org.slf4j.Logger logger) |
int |
getSubcenter() |
int |
getVersion() |
protected abstract String |
makeVariableId(GribCollectionImmutable.VariableIndex v) |
protected GribCollectionImmutable.VariableIndex |
makeVariableIndex(GribCollectionImmutable.GroupGC group,
GribCollectionMutable.VariableIndex mutableVar) |
void |
reacquire() |
void |
release() |
void |
setFileCache(ucar.nc2.util.cache.FileCacheIF fileCache) |
void |
showIndex(Formatter f) |
void |
showStatus(Formatter f) |
void |
showStatusSummary(Formatter f,
String type) |
String |
toString() |