Package | Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
Aggregation |
NetcdfDataset.getAggregation()
If its an NcML aggregation, it has an Aggregation object associated.
|
Modifier and Type | Method and Description |
---|---|
void |
NetcdfDataset.setAggregation(Aggregation agg)
Set the Aggregation object associated with this NcML dataset
|
Modifier and Type | Class and Description |
---|---|
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–2019 UCAR/Unidata. All rights reserved.