Package ucar.nc2.ncml
Class AggregationUnion
- java.lang.Object
-
- ucar.nc2.ncml.Aggregation
-
- ucar.nc2.ncml.AggregationUnion
-
- All Implemented Interfaces:
AggregationIF
@Deprecated public class AggregationUnion extends Aggregation
Deprecated.do not useAggregation on datasets to be simply combined - aka "union". The variables are transferred from the component files to the ncml dataset
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ucar.nc2.ncml.Aggregation
Aggregation.Dataset, Aggregation.DatasetProxyReader, Aggregation.Type, Aggregation.TypicalDataset
-
-
Field Summary
-
Fields inherited from class ucar.nc2.ncml.Aggregation
cacheDirty, datasetManager, datasets, dateFormatMark, dateFormatter, debug, debugConvert, debugDateParse, debugOpenFile, debugProxy, debugRead, debugSyncDetail, dimName, diskCache2, executor, explicitDatasets, isDate, logger, ncDataset, spiObject, type, typicalDatasetMode
-
-
Constructor Summary
Constructors Constructor Description AggregationUnion(NetcdfDataset ncd, String dimName, String recheckS)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected void
buildNetcdfDataset(CancelTask cancelTask)
Deprecated.Call this to build the dataset objects in the NetcdfDatasetprotected void
rebuildDataset()
Deprecated.Call this when rescan has found changed datasets-
Methods inherited from class ucar.nc2.ncml.Aggregation
addCollection, addDataset, addDatasetScan, addExplicitDataset, close, findVariable, finish, getDatasets, getDetailInfo, getDimensionName, getFileTypeDescription, getFileTypeId, getLastModified, getLocation, getType, getTypicalDataset, makeDataset, makeDataset, makeDatasets, persistRead, persistWrite, setDatasetAcquireProxy, setDatasetAcquireProxy, setExecutor, setModifications, setPersistenceCache, setTypicalDatasetMode, syncExtend
-
-
-
-
Constructor Detail
-
AggregationUnion
public AggregationUnion(NetcdfDataset ncd, String dimName, String recheckS)
Deprecated.
-
-
Method Detail
-
buildNetcdfDataset
protected void buildNetcdfDataset(CancelTask cancelTask) throws IOException
Deprecated.Description copied from class:Aggregation
Call this to build the dataset objects in the NetcdfDataset- Specified by:
buildNetcdfDataset
in classAggregation
- Parameters:
cancelTask
- maybe cancel- Throws:
IOException
- on read error
-
rebuildDataset
protected void rebuildDataset() throws IOException
Deprecated.Description copied from class:Aggregation
Call this when rescan has found changed datasets- Specified by:
rebuildDataset
in classAggregation
- Throws:
IOException
- on read error
-
-