Uses of Class
ucar.nc2.ncml.Aggregation.Dataset

Packages that use Aggregation.Dataset
ucar.nc2.ncml Netcdf Markup Language (NcML) Implementation classes see NcML home page 
 

Uses of Aggregation.Dataset in ucar.nc2.ncml
 

Subclasses of Aggregation.Dataset in ucar.nc2.ncml
 class AggregationFmrcSingle.DatasetFmrcSingle
           
 class AggregationFmrcSingle.OpenDataset
          Encapsolates a NetcdfFile that is a component of the aggregation.
 

Fields in ucar.nc2.ncml with type parameters of type Aggregation.Dataset
protected  java.util.List<Aggregation.Dataset> Aggregation.datasets
           
protected  java.util.List<Aggregation.Dataset> Aggregation.explicitDatasets
           
 

Methods in ucar.nc2.ncml that return Aggregation.Dataset
protected  Aggregation.Dataset Aggregation.getTypicalDataset()
          Open one of the nested datasets as a template for the aggregation dataset.
protected  Aggregation.Dataset AggregationOuterDimension.makeDataset(CrawlableDataset dset)
           
protected  Aggregation.Dataset Aggregation.makeDataset(CrawlableDataset dset)
           
protected  Aggregation.Dataset AggregationTiled.makeDataset(java.lang.String cacheName, java.lang.String location, java.lang.String id, java.lang.String ncoordS, java.lang.String coordValueS, java.lang.String sectionSpec, java.util.EnumSet<NetcdfDataset.Enhance> enhance, FileFactory reader)
           
protected  Aggregation.Dataset AggregationOuterDimension.makeDataset(java.lang.String cacheName, java.lang.String location, java.lang.String id, java.lang.String ncoordS, java.lang.String coordValueS, java.lang.String sectionSpec, java.util.EnumSet<NetcdfDataset.Enhance> enhance, FileFactory reader)
           
protected  Aggregation.Dataset Aggregation.makeDataset(java.lang.String cacheName, java.lang.String location, java.lang.String id, java.lang.String ncoordS, java.lang.String coordValueS, java.lang.String sectionSpec, java.util.EnumSet<NetcdfDataset.Enhance> enhance, FileFactory reader)
          Dataset factory, so subclasses can override
 

Methods in ucar.nc2.ncml that return types with arguments of type Aggregation.Dataset
 java.util.List<Aggregation.Dataset> Aggregation.getDatasets()
           
 

Methods in ucar.nc2.ncml with parameters of type Aggregation.Dataset
 void Aggregation.addDataset(Aggregation.Dataset nested)
           
protected  void AggregationFmrc.buildNetcdfDataset(Aggregation.Dataset typicalDataset, NetcdfFile typicalFile, GridDataset typicalGds, CancelTask cancelTask)
          Build the resulting dataset.
protected  void Aggregation.setDatasetAcquireProxy(Aggregation.Dataset typicalDataset, NetcdfDataset newds)
          All non-agg variables use a proxy to acquire the file before reading.