Package ucar.ncx.jdom

Package containing low-level classes for processing of netcdf files and construction of JDOM objects.

See:
          Description

Interface Summary
NcxJDOMEncoder Interface representing the required functionality of any java class which extracts xml metadata from a file in netcdf format and returns JDOM objects.
 

Class Summary
NcxCFJDOMEncoder Subclass of NcxGenericJDOMEncoder for netcdf files following the Climate and Forecast (CF) convention
NcxGenericJDOMEncoder Java class implementation of NcxJDOMEncoder interface for generic netcdf files.
NcxJDOMFactory Java class that processes a netcdf file and returns a JDOM Document.
 

Package ucar.ncx.jdom Description

Package containing low-level classes for processing of netcdf files and construction of JDOM objects. Note that use of this package requires the presence of jdom.jar in the classpath.