Package | Description |
---|---|
ucar.nc2.ncml |
Netcdf Markup Language (NcML) Implementation classes
see NcML home page
|
Modifier and Type | Field and Description |
---|---|
protected List<Aggregation.Dataset> |
Aggregation.datasets |
protected List<Aggregation.Dataset> |
Aggregation.explicitDatasets |
Modifier and Type | Method and Description |
---|---|
protected Aggregation.Dataset |
Aggregation.getTypicalDataset()
Open one of the nested datasets as a template for the aggregation dataset.
|
protected Aggregation.Dataset |
AggregationOuterDimension.makeDataset(MFile dset) |
protected Aggregation.Dataset |
Aggregation.makeDataset(MFile dset) |
protected Aggregation.Dataset |
AggregationTiled.makeDataset(String cacheName,
String location,
String id,
String ncoordS,
String coordValueS,
String sectionSpec,
EnumSet<NetcdfDataset.Enhance> enhance,
FileFactory reader) |
protected Aggregation.Dataset |
AggregationOuterDimension.makeDataset(String cacheName,
String location,
String id,
String ncoordS,
String coordValueS,
String sectionSpec,
EnumSet<NetcdfDataset.Enhance> enhance,
FileFactory reader) |
protected Aggregation.Dataset |
Aggregation.makeDataset(String cacheName,
String location,
String id,
String ncoordS,
String coordValueS,
String sectionSpec,
EnumSet<NetcdfDataset.Enhance> enhance,
FileFactory reader)
Dataset factory, so subclasses can override
|
Modifier and Type | Method and Description |
---|---|
List<Aggregation.Dataset> |
Aggregation.getDatasets() |
Modifier and Type | Method and Description |
---|---|
void |
Aggregation.addDataset(Aggregation.Dataset nested) |
protected void |
Aggregation.setDatasetAcquireProxy(Aggregation.Dataset typicalDataset,
NetcdfDataset newds) |
Copyright © 1999–2016 UCAR/Unidata. All rights reserved.