ucar.nc2.ncml
Class AggregationNew

java.lang.Object
  extended by ucar.nc2.ncml.Aggregation
      extended by ucar.nc2.ncml.AggregationOuterDimension
          extended by ucar.nc2.ncml.AggregationNew
All Implemented Interfaces:
ProxyReader

public class AggregationNew
extends AggregationOuterDimension

JoinNew Aggregation.

Author:
caron

Nested Class Summary
 
Nested classes/interfaces inherited from class ucar.nc2.ncml.Aggregation
Aggregation.DatasetProxyReader, Aggregation.Type, Aggregation.TypicalDataset
 
Field Summary
 
Fields inherited from class ucar.nc2.ncml.AggregationOuterDimension
aggVarNames, aggVars, cacheList, debugCache, debugInvocation, invocation, timeUnitsChange
 
Fields inherited from class ucar.nc2.ncml.Aggregation
cacheDirty, datasetManager, datasets, dateFormatMark, debug, debugDateParse, debugOpenFile, debugProxy, debugRead, debugSyncDetail, dimName, diskCache2, enhance, executor, explicitDatasets, formatter, isDate, logger, ncDataset, spiObject, type, typicalDatasetMode
 
Constructor Summary
AggregationNew(NetcdfDataset ncd, java.lang.String dimName, java.lang.String recheckS)
           
 
Method Summary
protected  void buildDataset(CancelTask cancelTask)
          Call this to build the dataset objects
 
Methods inherited from class ucar.nc2.ncml.AggregationOuterDimension
addVariable, buildCoords, getDimensionName, getTotalCoords, makeDataset, promoteGlobalAttributes, read, read, rebuildDataset
 
Methods inherited from class ucar.nc2.ncml.Aggregation
addCrawlableDatasetScan, addDataset, addExplicitDataset, close, closeDatasets, findVariable, finish, getDatasets, getLocation, getType, getTypicalDataset, makeDatasets, persistRead, persistWrite, setDatasetAcquireProxy, setExecutor, setPersistenceCache, setTypicalDatasetMode, sync, syncExtend
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AggregationNew

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

buildDataset

protected void buildDataset(CancelTask cancelTask)
                     throws java.io.IOException
Description copied from class: Aggregation
Call this to build the dataset objects

Specified by:
buildDataset in class Aggregation
Parameters:
cancelTask - maybe cancel
Throws:
java.io.IOException - on read error