Class LocalSeismogramTemplateGenerator

    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      WaveformResult accept​(edu.sc.seis.fissuresUtil.cache.CacheEvent event, edu.iris.Fissures.network.ChannelImpl channel, edu.iris.Fissures.IfSeismogramDC.RequestFilter[] original, edu.iris.Fissures.IfSeismogramDC.RequestFilter[] available, edu.iris.Fissures.seismogramDC.LocalSeismogramImpl[] seismograms, CookieJar cookieJar)
      Processes localSeismograms, possibly modifying them.
      java.io.File getOutputFile​(edu.sc.seis.fissuresUtil.cache.CacheEvent event, edu.iris.Fissures.IfNetwork.Channel chan)  
      SeismogramImageProcess getSeismogramImageProcess()  
      static org.apache.velocity.app.VelocityEngine getVelocity()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LocalSeismogramTemplateGenerator

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

      • getVelocity

        public static org.apache.velocity.app.VelocityEngine getVelocity()
      • accept

        public WaveformResult accept​(edu.sc.seis.fissuresUtil.cache.CacheEvent event,
                                     edu.iris.Fissures.network.ChannelImpl channel,
                                     edu.iris.Fissures.IfSeismogramDC.RequestFilter[] original,
                                     edu.iris.Fissures.IfSeismogramDC.RequestFilter[] available,
                                     edu.iris.Fissures.seismogramDC.LocalSeismogramImpl[] seismograms,
                                     CookieJar 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
      • getOutputFile

        public java.io.File getOutputFile​(edu.sc.seis.fissuresUtil.cache.CacheEvent event,
                                          edu.iris.Fissures.IfNetwork.Channel chan)