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

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

Uses of Aggregation.Type in ucar.nc2.ncml
 

Fields in ucar.nc2.ncml declared as Aggregation.Type
protected  Aggregation.Type Aggregation.type
           
 

Methods in ucar.nc2.ncml that return Aggregation.Type
 Aggregation.Type Aggregation.getType()
          Get type of aggregation
static Aggregation.Type Aggregation.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Aggregation.Type[] Aggregation.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in ucar.nc2.ncml with parameters of type Aggregation.Type
Aggregation(NetcdfDataset ncd, String dimName, Aggregation.Type type, String recheckS)
          Create an Aggregation for the given NetcdfDataset.
AggregationOuterDimension(NetcdfDataset ncd, String dimName, Aggregation.Type type, String recheckS)
          Create an Aggregation for the given NetcdfDataset.
 



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