Interface | Description |
---|---|
Attribute |
CDF Attribute specification
|
AttributeEntry |
Specifes an attribute entry.
|
CDF2 | |
CDF3 | |
CDFCore |
Interface that defines methods for getting attributes, variable
characteristics, and data from a generic CDF
|
CDFMeta |
Interface that defines methods for getting attributes, variable
characteristics
|
GlobalAttribute |
Global Attribute specification.
|
OutputOption | |
SelectedVariableCollection |
Specifies the selection and options for the aggregated CDF.
|
TimeInstantModel |
An instant of time in timeseries methods of cdfj is defined by a base
time which is the
offset in milliseconds since Epoch 0, and an offset relative to the base
time specified in one of the following time units: milliseconds,
microseconds, nanoseconds or pico seconds.
|
TimeSeries |
Time series specification.
|
TimeSeriesOneD |
Time series specification for one-dimensional representation of values.
|
TimeSeriesX | |
TimeVariable |
Time Variable.
|
TimeVariableX |
Time Variable.
|
Variable |
Interface that defines methods for getting properties of
a CDF variable.
|
VariableAttribute | |
VariableDataLocator |
Data locations for a Variable
|
VariableMetaData |
Interface that defines methods for getting properties of
a CDF variable.
|
VDataContainer |
Data Container for a variable
|
VDataContainer.CByte |
Byte Data Container.
|
VDataContainer.CDouble |
Double Data Container.
|
VDataContainer.CFloat |
Float Data Container.
|
VDataContainer.CInt |
Int Data Container.
|
VDataContainer.CLong |
Long Data Container.
|
VDataContainer.CShort |
Short Data Container.
|
VDataContainer.CString |
String Data Container.
|
Exception | Description |
---|---|
CDFException |
Base class for exceptions thrown by methods in this package.
|
CDFException.NoRecords |
Exceptions thrown by methods of CDFReader to indicate absence of
data for a variable.
|
CDFException.ReaderError |
Exceptions thrown by methods of CDFReader and its superclasses.
|
CDFException.WriterError |
Exceptions thrown by methods of CDFWriter and its superclass.
|