public class LongShortTrigger
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
LongShortTrigger(edu.iris.Fissures.IfNetwork.ChannelId channelId,
java.lang.String seisId,
int index,
float value,
edu.iris.Fissures.model.MicroSecondDate when,
float sta,
float lta) |
LongShortTrigger(edu.iris.Fissures.seismogramDC.LocalSeismogramImpl seis,
int index,
float value,
float sta,
float lta)
This uses the seismogram to get the channelId, seismogramId and trigger time, but does
not retain a references to the seismogram to avoid memory leaks.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getChannelId()
Returns the channel id associated with the trigger.
|
int |
getIndex()
Returns Index
|
float |
getLTA() |
java.lang.String |
getSeisId()
Returns the seismogram id associated with the trigger.
|
float |
getSTA() |
float |
getValue()
Returns short average / long average trigger value
|
edu.iris.Fissures.model.MicroSecondDate |
getWhen()
Returns time the trigger occurred.
|
java.lang.String |
toString() |
public LongShortTrigger(edu.iris.Fissures.seismogramDC.LocalSeismogramImpl seis, int index, float value, float sta, float lta)
public LongShortTrigger(edu.iris.Fissures.IfNetwork.ChannelId channelId, java.lang.String seisId, int index, float value, edu.iris.Fissures.model.MicroSecondDate when, float sta, float lta)
public int getIndex()
public float getValue()
public edu.iris.Fissures.model.MicroSecondDate getWhen()
public java.lang.String getSeisId()
public java.lang.String getChannelId()
public float getSTA()
public float getLTA()
public java.lang.String toString()
toString
in class java.lang.Object