ucar.nc2.ncml
Class AggregationExistingOne

java.lang.Object
  extended by ucar.nc2.ncml.Aggregation
      extended by ucar.nc2.ncml.AggregationExisting
          extended by ucar.nc2.ncml.AggregationExistingOne
All Implemented Interfaces:
ProxyReader

public class AggregationExistingOne
extends AggregationExisting

JoinExistingOne Aggregation. A JoinExisting, with one coordinate per file, with coordValue specified from filename.

Author:
caron

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
AggregationExistingOne(NetcdfDataset ncd, java.lang.String dimName, java.lang.String recheckS)
           
 
Method Summary
protected  void buildDataset(boolean isNew, CancelTask cancelTask)
           
 
Methods inherited from class ucar.nc2.ncml.AggregationExisting
persist, persistRead
 
Methods inherited from class ucar.nc2.ncml.Aggregation
addDataset, addDirectoryScan, addExplicitDataset, addVariable, buildCoords, close, finish, getCoordinateType, getDimensionName, getNestedDatasets, getTotalCoords, getType, getTypicalDataset, getVariables, isDate, makeDataset, makeProxies, 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

AggregationExistingOne

public AggregationExistingOne(NetcdfDataset ncd,
                              java.lang.String dimName,
                              java.lang.String recheckS)
Method Detail

buildDataset

protected void buildDataset(boolean isNew,
                            CancelTask cancelTask)
                     throws java.io.IOException
Overrides:
buildDataset in class AggregationExisting
Throws:
java.io.IOException