|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Aggregation.Type | |
|---|---|
| ucar.nc2.ncml | Netcdf Markup Language (NcML). |
| 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(java.lang.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,
java.lang.String dimName,
Aggregation.Type type,
java.lang.String recheckS)
Create an Aggregation for the given NetcdfDataset. |
|
AggregationFmrc(NetcdfDataset ncd,
java.lang.String dimName,
Aggregation.Type type,
java.lang.String recheckS)
|
|
AggregationOuterDimension(NetcdfDataset ncd,
java.lang.String dimName,
Aggregation.Type type,
java.lang.String recheckS)
Create an Aggregation for the given NetcdfDataset. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||