Package ucar.nc2.ncml

Netcdf Markup Language (NcML).

See:
          Description

Interface Summary
Scanner Something that knows how to scan and return MyCrawlableDataset.
 

Class Summary
Aggregation Superclass for NcML Aggregation.
AggregationExisting JoinExisting Aggregation.
AggregationFmrc Implement NcML Forecast Model Run Collection Aggregation with files that are complete runs (have all forecast times in the same file)
AggregationFmrcSingle Implement NcML Forecast Model Run Collection Aggregation with files that contain a single forecast time.
AggregationNew JoinNew Aggregation.
AggregationOuterDimension Superclass for Aggregations on the outer dimension: joinNew, joinExisting, Fmrc, FmrcSingle
AggregationTiled Tiled Aggregation.
AggregationUnion Aggregation on datasets to be simply combined - aka "union".
DatasetCollectionManager Manage a list of Scanners that find Files (actually finds CrawlableDataset).
DatasetScanner DatasetScanner implements the datasetScan element, to scan for datasets.
DirectoryScan Deprecated. use DatasetScanner
NcMLGWriter Helper class to write NcML-G.
NcMLReader Read NcML and create NetcdfDataset.
NcMLWriter Helper class to write NcML.
 

Enum Summary
Aggregation.Type  
Aggregation.TypicalDataset  
 

Package ucar.nc2.ncml Description

Netcdf Markup Language (NcML). see NcML home page