edu.iris.Fissures.IfDataSetMgr
Class MotionVectorNode

java.lang.Object
  extended by edu.iris.Fissures.IfDataSetMgr.MotionVectorNode
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.portable.Streamable, org.omg.CORBA.portable.StreamableValue, org.omg.CORBA.portable.ValueBase

public abstract class MotionVectorNode
extends java.lang.Object
implements org.omg.CORBA.portable.StreamableValue

DataSet may contain MotionVectors. A MotionVector is a group of Seismogram with the same begin time, sample rate and number of points. It will typically represent a set of seismograms from given site for 2 to 3 different directions of motion.

See Also:
Serialized Form

Field Summary
protected  java.lang.String id
           
 ParameterRef[] parm_ids
           
 SeismogramAccess[] seismograms
           
 
Constructor Summary
MotionVectorNode()
           
 
Method Summary
 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)
           
abstract  java.lang.String get_id()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected java.lang.String id

seismograms

public SeismogramAccess[] seismograms

parm_ids

public ParameterRef[] parm_ids
Constructor Detail

MotionVectorNode

public MotionVectorNode()
Method Detail

get_id

public abstract java.lang.String get_id()

_truncatable_ids

public java.lang.String[] _truncatable_ids()
Specified by:
_truncatable_ids in interface org.omg.CORBA.portable.ValueBase

_read

public void _read(org.omg.CORBA.portable.InputStream in)
Specified by:
_read in interface org.omg.CORBA.portable.Streamable

_write

public void _write(org.omg.CORBA.portable.OutputStream out)
Specified by:
_write in interface org.omg.CORBA.portable.Streamable

_type

public org.omg.CORBA.TypeCode _type()
Specified by:
_type in interface org.omg.CORBA.portable.Streamable