|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.sc.seis.fissuresUtil.bag.LongShortTrigger
public class LongShortTrigger
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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)
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |