Uses of Class
ucar.nc2.ncml.Aggregation

Packages that use Aggregation
ucar.nc2.dataset An extension to the netCDF API which provides support for coordinate systems, scale/offset/missing data, and NcML. 
ucar.nc2.ncml Netcdf Markup Language (NcML) Implementation classes see NcML home page 
 

Uses of Aggregation in ucar.nc2.dataset
 

Methods in ucar.nc2.dataset that return Aggregation
 Aggregation NetcdfDataset.getAggregation()
          If its an NcML aggregation, it has an Aggregation object associated.
 

Methods in ucar.nc2.dataset with parameters of type Aggregation
 void NetcdfDataset.setAggregation(Aggregation agg)
          Set the Aggregation object associated with this NcML dataset
 

Uses of Aggregation in ucar.nc2.ncml
 

Subclasses of Aggregation in ucar.nc2.ncml
 class AggregationExisting
          JoinExisting Aggregation.
 class AggregationFmrc
          Implement NcML Forecast Model Run Collection Aggregation with files that are complete runs (have all forecast times in the same file)
 class AggregationNew
          JoinNew Aggregation.
 class AggregationOuterDimension
          Superclass for Aggregations on the outer dimension: joinNew, joinExisting, Fmrc, FmrcSingle
 class AggregationTiled
          Tiled Aggregation.
 class AggregationUnion
          Aggregation on datasets to be simply combined - aka "union".
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.