edu.sc.seis.sod.measure
Class SeismogramMeasurement

java.lang.Object
  extended by edu.sc.seis.sod.measure.Measurement
      extended by edu.sc.seis.sod.measure.SeismogramMeasurement
All Implemented Interfaces:
java.io.Serializable

public class SeismogramMeasurement
extends Measurement

See Also:
Serialized Form

Constructor Summary
SeismogramMeasurement(java.lang.String name, LocalSeismogramImpl waveform)
           
 
Method Summary
 LocalSeismogramImpl getWaveform()
           
 java.lang.String toXMLFragment()
           
 
Methods inherited from class edu.sc.seis.sod.measure.Measurement
createScalar, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeismogramMeasurement

public SeismogramMeasurement(java.lang.String name,
                             LocalSeismogramImpl waveform)
Method Detail

getWaveform

public LocalSeismogramImpl getWaveform()

toXMLFragment

public java.lang.String toXMLFragment()
Specified by:
toXMLFragment in class Measurement