Class SacExecute

java.lang.Object
edu.sc.seis.sod.process.waveform.SacExecute
All Implemented Interfaces:
WaveformProcess, SodElement, Subsetter

public class SacExecute
extends java.lang.Object
implements WaveformProcess
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected org.apache.velocity.app.VelocityEngine ve  
  • Constructor Summary

    Constructors 
    Constructor Description
    SacExecute​(org.w3c.dom.Element el)  
  • Method Summary

    Modifier and Type Method Description
    WaveformResult accept​(edu.sc.seis.sod.model.event.CacheEvent event, edu.sc.seis.seisFile.fdsnws.stationxml.Channel channel, edu.sc.seis.sod.model.seismogram.RequestFilter[] original, edu.sc.seis.sod.model.seismogram.RequestFilter[] available, edu.sc.seis.sod.model.seismogram.LocalSeismogramImpl[] seismograms, MeasurementStorage cookieJar)
    Processes localSeismograms, possibly modifying them.
    protected void finalize()  

    Methods inherited from class java.lang.Object

    clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • ve

      protected org.apache.velocity.app.VelocityEngine ve
  • Constructor Details

    • SacExecute

      public SacExecute​(org.w3c.dom.Element el) throws java.lang.Exception
      Throws:
      java.lang.Exception
  • Method Details

    • accept

      public WaveformResult accept​(edu.sc.seis.sod.model.event.CacheEvent event, edu.sc.seis.seisFile.fdsnws.stationxml.Channel channel, edu.sc.seis.sod.model.seismogram.RequestFilter[] original, edu.sc.seis.sod.model.seismogram.RequestFilter[] available, edu.sc.seis.sod.model.seismogram.LocalSeismogramImpl[] seismograms, MeasurementStorage cookieJar) throws java.lang.Exception
      Description copied from interface: WaveformProcess
      Processes localSeismograms, possibly modifying them.
      Specified by:
      accept in interface WaveformProcess
      Throws:
      java.lang.Exception
    • finalize

      protected void finalize() throws java.lang.Throwable
      Overrides:
      finalize in class java.lang.Object
      Throws:
      java.lang.Throwable