edu.iris.Fissures.IfSeismogramDC
Class SeismogramAttr

java.lang.Object
  extended by edu.iris.Fissures.IfSeismogramDC.SeismogramAttr
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
Direct Known Subclasses:
LocalSeismogram

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

See Also:
Serialized Form

Field Summary
 Time begin_time
           
 ChannelId channel_id
           
protected  java.lang.String id
           
 int num_points
           
 ParameterRef[] parm_ids
           
 Property[] properties
           
 Sampling[] sample_rate_history
          Sampling rate changed that have been applied
 Sampling sampling_info
           
 Quantity[] time_corrections
          These last two items deal with time corrections.
the time adjustments that have been applied to the begin time.
 Unit y_unit
           
 
Constructor Summary
SeismogramAttr()
           
 
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

properties

public Property[] properties

begin_time

public Time begin_time

num_points

public int num_points

sampling_info

public Sampling sampling_info

y_unit

public Unit y_unit

channel_id

public ChannelId channel_id

parm_ids

public ParameterRef[] parm_ids

time_corrections

public Quantity[] time_corrections
These last two items deal with time corrections.
the time adjustments that have been applied to the begin time.


sample_rate_history

public Sampling[] sample_rate_history
Sampling rate changed that have been applied

Constructor Detail

SeismogramAttr

public SeismogramAttr()
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