| Package | Description |
|---|---|
| ucar.nc2.ncml |
Netcdf Markup Language (NcML) Implementation classes
see NcML home page
|
| Modifier and Type | Field and Description |
|---|---|
protected Aggregation.Type |
Aggregation.type |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
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-2015 UCAR/Unidata. All Rights Reserved.