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

Packages that use Aggregation.Type
ucar.nc2.ncml   
 

Uses of Aggregation.Type in ucar.nc2.ncml
 

Fields in ucar.nc2.ncml declared as Aggregation.Type
static Aggregation.Type Aggregation.Type.FORECAST_MODEL
           
static Aggregation.Type Aggregation.Type.FORECAST_MODEL_COLLECTION
           
static Aggregation.Type Aggregation.Type.FORECAST_MODEL_SINGLE
           
static Aggregation.Type Aggregation.Type.JOIN_EXISTING
           
static Aggregation.Type Aggregation.Type.JOIN_EXISTING_ONE
           
static Aggregation.Type Aggregation.Type.JOIN_NEW
           
protected  Aggregation.Type Aggregation.type
           
static Aggregation.Type Aggregation.Type.UNION
           
 

Methods in ucar.nc2.ncml that return Aggregation.Type
 Aggregation.Type Aggregation.getType()
           
static Aggregation.Type Aggregation.Type.getType(java.lang.String name)
          Find the CollectionType that matches this name, ignore case.
 

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