|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.nc2.ncml.Aggregation
ucar.nc2.ncml.AggregationUnion
public class AggregationUnion
Aggregation on datasets to be simply combined - aka "union".
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class ucar.nc2.ncml.Aggregation |
|---|
Aggregation.Dataset, Aggregation.DatasetProxyReader, Aggregation.DirectoryScan, Aggregation.MyFile, Aggregation.MyReplaceVariableCheck, Aggregation.Type |
| Field Summary |
|---|
| Fields inherited from class ucar.nc2.ncml.Aggregation |
|---|
debug, debugCacheDetail, debugOpenFile, debugProxy, debugRead, debugScan, debugSyncDetail, dimName, diskCache2, explicitDatasets, formatter, isDate, lastChecked, logger, ncDataset, nestedDatasets, recheck, scanList, spiObject, type, TYPICAL_DATASET_LATEST, TYPICAL_DATASET_PENULTIMATE, TYPICAL_DATASET_RANDOM, typicalDatasetMode, wasChanged |
| Constructor Summary | |
|---|---|
AggregationUnion(NetcdfDataset ncd,
java.lang.String dimName,
java.lang.String recheckS)
|
|
| Method Summary | |
|---|---|
void |
addUnionDataset(NetcdfDataset ds)
Add a nested union dataset, which has been opened externally |
protected void |
buildDataset(boolean isNew,
CancelTask cancelTask)
|
void |
close()
Release all resources associated with the aggregation |
java.util.List<NetcdfDataset> |
getUnionDatasets()
Get the list of NetcdfDataset that are part of this union |
| Methods inherited from class ucar.nc2.ncml.Aggregation |
|---|
addDataset, addDirectoryScan, addExplicitDataset, addVariable, buildCoords, finish, getCoordinateType, getDimensionName, getNestedDatasets, getTotalCoords, getType, getTypicalDataset, getVariables, isDate, makeDataset, makeProxies, persist, persistRead, read, read, readAggCoord, readAggCoord, rescan, scan, setPersistenceCache, setTypicalDatasetMode, sync, syncDataset, syncExtend, timeToRescan |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AggregationUnion(NetcdfDataset ncd,
java.lang.String dimName,
java.lang.String recheckS)
| Method Detail |
|---|
protected void buildDataset(boolean isNew,
CancelTask cancelTask)
throws java.io.IOException
buildDataset in class Aggregationjava.io.IOExceptionpublic void addUnionDataset(NetcdfDataset ds)
ds - add this datasetpublic java.util.List<NetcdfDataset> getUnionDatasets()
public void close()
throws java.io.IOException
close in class Aggregationjava.io.IOException - if close fails
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||