public abstract class LocalDataSet extends java.lang.Object implements org.omg.CORBA.portable.StreamableValue, DataSet
| Modifier and Type | Field and Description |
|---|---|
DataSetAttr |
attributes |
protected AuditElement[] |
audit_trail |
DataSetAccess[] |
datasets |
LocalMotionVector[] |
local_motion |
LocalSeismogram[] |
local_seis |
MotionVectorNode[] |
motion_vectors |
SeismogramNode[] |
seismograms |
| Constructor and Description |
|---|
LocalDataSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
_read(org.omg.CORBA.portable.InputStream in) |
java.lang.String[] |
_truncatable_ids() |
org.omg.CORBA.TypeCode |
_type() |
void |
_write(org.omg.CORBA.portable.OutputStream out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd_dataset, add_motion_vector, add_seismogram, destroy, remove_node, update_dataseta_writeable, get_attributes, get_datasets, get_motion_vectors, get_seismograms, localize, parm_svcget_audit_trailpublic DataSetAttr attributes
public DataSetAccess[] datasets
public SeismogramNode[] seismograms
public MotionVectorNode[] motion_vectors
public LocalSeismogram[] local_seis
public LocalMotionVector[] local_motion
protected AuditElement[] audit_trail
public java.lang.String[] _truncatable_ids()
_truncatable_ids in interface org.omg.CORBA.portable.ValueBasepublic void _read(org.omg.CORBA.portable.InputStream in)
_read in interface org.omg.CORBA.portable.Streamablepublic void _write(org.omg.CORBA.portable.OutputStream out)
_write in interface org.omg.CORBA.portable.Streamablepublic org.omg.CORBA.TypeCode _type()
_type in interface org.omg.CORBA.portable.Streamable