Interface | Description |
---|---|
DatasetIF |
The interface that defines the basic methods of a dataset.
|
FieldIF |
The interface that defines the basic methods of a field.
|
RecordIF |
The interface that defines the basic methods of a record.
|
UFFIF |
The interface that defines the basic methods of a Universal File Format.
|
Class | Description |
---|---|
DataField |
The double array field that implements the FieldIF interface.
|
Dataset |
The dataset class.
|
DateField |
The date field that implements the FieldIF interface.
|
DoubleField |
The double field that implements the FieldIF interface.
|
DS58Qualifier |
This is the Dataset 58 qualifiers data set.
|
DSChannelTable |
This is the Channel Table data set.
|
DSCoordinateSystems |
This is the Coordinate Systems data set.
|
DSDataAtNodes |
This is the Data at Nodes data set.
|
DSDOF |
This is the Function at Nodal DOF data set.
|
DSHeader |
This is the header data set.
|
DSMeasurementOverallSetup |
This is the Measurement Overall Setup data set.
|
DSModelHeader |
This is the Model Header data set.
|
DSNodes |
This is the Nodes data set.
|
DSNodesDoublePrecision |
This is the Nodes - Double Precision data set.
|
DSOrderTrackOverallSetup |
This is the Order Track Overall Setup data set.
|
DSTrace_Lines |
This is the Trace Lines data set.
|
DSTracelines |
This is the Tracelines data set.
|
DSTransducer |
This is the Transducer data set.
|
DSUnits |
This is the units data set.
|
DSVirtualChannelTable |
This is the Virtual Channel Table data set.
|
Field |
The field that implements the FieldIF interface.
|
IntegerField |
The integer field that implements the FieldIF interface.
|
PrintfFormat |
PrintfFormat allows the formatting of an array of
objects embedded within a string.
|
RecDOF1 |
The first record of the Function at Nodal DOF.
|
RecDOF2 |
The second record of the Function at Nodal DOF.
|
RecDOF3 |
The thrid record of the Function at Nodal DOF.
|
RecDOF4 |
The 4th record of the Function at Nodal DOF.
|
RecDOF5 |
The 5th record of the Function at Nodal DOF.
|
RecDOF6 |
The 6th record of the Function at Nodal DOF.
|
RecDOF7 |
The 7th record of the Function at Nodal DOF.
|
RecDOF8 |
The 8th record of the Function at Nodal DOF.
|
RecDOFData |
The class reads the data from a DOF dataset.
|
RecHeader1 |
The first record of the header.
|
RecHeader2 |
The second record of the header.
|
RecHeader3 |
The third record of the header.
|
RecHeader4 |
The 4. record of the header.
|
RecHeader5 |
The 5. record of the header.
|
RecHeader6 |
The 6. record of the header.
|
RecHeader7 |
The 7. record of the header.
|
Record |
The record class imiplementing the RecordIF interface.
|
RecUnits1 |
The first record of the units.
|
RecUnits2 |
The second record of the units.
|
RecUnits3 |
The third record of the units.
|
StringField |
The string field that implements the FieldIF interface.
|
UFF |
The UFF class definition implementing the UFFIF interface.
|
UFFFactory |
This is the factory for the different classes.
|
Exception | Description |
---|---|
UnknownDatasetException |
This exception is thrown if the implementation detects an unknown dataset.
|