@Deprecated public class AggregationExisting extends AggregationOuterDimension
Aggregation.Dataset, Aggregation.DatasetProxyReader, Aggregation.Type, Aggregation.TypicalDataset| Modifier and Type | Field and Description |
|---|---|
static int |
countCacheUse
Deprecated.
|
aggVarNames, aggVars, cacheList, debugCache, debugInvocation, debugStride, invocation, timeUnitsChangecacheDirty, datasetManager, datasets, dateFormatMark, dateFormatter, debug, debugConvert, debugDateParse, debugOpenFile, debugProxy, debugRead, debugSyncDetail, dimName, diskCache2, executor, explicitDatasets, isDate, logger, ncDataset, numericTimeSettings, spiObject, type, typicalDatasetMode| Constructor and Description |
|---|
AggregationExisting(NetcdfDataset ncd,
java.lang.String dimName,
java.lang.String recheckS)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
buildNetcdfDataset(CancelTask cancelTask)
Deprecated.
Call this to build the dataset objects in the NetcdfDataset
|
protected void |
persistRead()
Deprecated.
read info from the persistent XML file, if it exists; overridden in AggregationExisting
|
void |
persistWrite()
Deprecated.
Persist info (ncoords, coordValues) from joinExisting, since that can be expensive to
recreate.
|
addVariable, buildCoords, getDetailInfo, getTotalCoords, makeDataset, makeDataset, promoteGlobalAttributes, readTimeCoordinates, reallyRead, reallyRead, rebuildDatasetaddCollection, addDataset, addDatasetScan, addDatasetScan, addExplicitDataset, close, findVariable, finish, getDatasets, getDimensionName, getFileTypeDescription, getFileTypeId, getLastModified, getLocation, getType, getTypicalDataset, instanceOfDatasetProxyReader, makeDatasets, setDatasetAcquireProxy, setDatasetAcquireProxy, setExecutor, setModifications, setPersistenceCache, setTypicalDatasetMode, syncExtendpublic AggregationExisting(NetcdfDataset ncd, java.lang.String dimName, java.lang.String recheckS)
protected void buildNetcdfDataset(CancelTask cancelTask) throws java.io.IOException
AggregationbuildNetcdfDataset in class AggregationcancelTask - maybe canceljava.io.IOException - on read errorpublic void persistWrite()
throws java.io.IOException
persistWrite in interface AggregationIFpersistWrite in class Aggregationjava.io.IOException - on errorprotected void persistRead()
AggregationpersistRead in class Aggregation