Package gsfc.nssdc.cdf

Interface Summary
CDFConstants This class defines the constants used by the CDF library and CDF Java APIs, and it mimics the cdf.h include file from the cdf distribution.
CDFDelegate This class defines the method that is responsible for acting as the gateway between the CDF Java code and the CDF library.
CDFObject CDFObject provides the base interface for all CDF objects.
 

Class Summary
Attribute This class contains the methods that are associated with either global or variable attributes.
CDF The CDF class is the main class used to interact with a CDF file.
CDFData This class acts as the glue between the Java code and the Java Native Interface (JNI) code.
CDFNativeLibrary This class implements the method that act as the gateway between the CDF Java APIs and the CDF library.
CDFTools CDFTools.java Created: Tue Nov 24 16:14:50 1998
Entry This class describes a CDF global or variable attribute entry.
Variable The Variable class defines a CDF variable.
 

Exception Summary
CDFException This class defines the informational, warning, and error messages that can arise from CDF operations.