public interface DatasetIF
Modifier and Type | Field and Description |
---|---|
static int |
CHANNEL_TABLE
The record ID of Function at Channel Table
|
static int |
COORDINATE_SYSTEMS
The record ID of Coordinate Systems
|
static int |
DATA_AT_NODES
The record ID of Function at Data at Nodes
|
static int |
DATASET_58_QUALIFIERS
The record ID of Dataset 58 qualifiers
|
static java.lang.String |
DATASET_END
The end string of the dataset.
|
static java.lang.String |
DATASET_START
The startup string of the dataset.
|
static java.text.SimpleDateFormat |
DATEFORMAT
The revision date format.
|
static int |
FUNCTION_AT_NODAL_DOF
The record ID of Function at Nodal DOF
|
static int |
HEADER
The record id of the header.
|
static int |
MEASUREMENT_OVERALL_SETUP
The record ID of Function at Measurement Overall Setup
|
static int |
MODEL_HEADER
The record ID of Model Header
|
static int |
NODES
The record ID of Function at nodes
|
static int |
NODES_DOUBLE_PRECISION
The record ID of Nodes - Double Precision
|
static int |
ORDER_TRACK_OVERALL_SETUP
The record ID of Function at Order Track Overall Setup
|
static int |
TRACE_LINES
The record id of the Trace Lines.
|
static int |
TRACELINES
The record id of the Tracelines.
|
static int |
TRANSDUCER
The record ID of Function at Transducer
|
static int |
UNITS
The record id of the unis.
|
static int |
VIRTUAL_CHANNEL_TABLE
The record ID of Function at Virtual Channel Table
|
Modifier and Type | Method and Description |
---|---|
int |
getID()
Get the id of the dataset.
|
java.lang.String |
getName()
Get the name of the dataset.
|
java.lang.String |
getOwner()
Get the owner of the dataset.
|
RecordIF |
getRecord(int number)
Get the record with the given number.
|
java.util.Iterator |
getRecords()
Get all records.
|
java.util.Date |
getRevision()
Get the revision date of the dataset.
|
java.lang.String |
getStatus()
Get the status string of the dataset
|
void |
print(java.io.PrintStream out)
Print the object to the given print stream.
|
void |
readObject(java.io.BufferedReader reader)
Read object
|
static final java.lang.String DATASET_START
static final java.lang.String DATASET_END
static final int ORDER_TRACK_OVERALL_SETUP
static final int MEASUREMENT_OVERALL_SETUP
static final int VIRTUAL_CHANNEL_TABLE
static final int CHANNEL_TABLE
static final int TRANSDUCER
static final int NODES
static final int DATA_AT_NODES
static final int FUNCTION_AT_NODAL_DOF
static final int DATASET_58_QUALIFIERS
static final int COORDINATE_SYSTEMS
static final int NODES_DOUBLE_PRECISION
static final int MODEL_HEADER
static final int TRACE_LINES
static final int TRACELINES
static final int HEADER
static final int UNITS
static final java.text.SimpleDateFormat DATEFORMAT
int getID()
java.lang.String getName()
java.util.Date getRevision()
java.lang.String getOwner()
java.lang.String getStatus()
java.util.Iterator getRecords()
RecordIF getRecord(int number)
number
- the number of the record.void readObject(java.io.BufferedReader reader) throws java.io.IOException
reader
- a buffered reader.java.io.IOException
void print(java.io.PrintStream out)
out
- the print stream.