Class RotateGCP

java.lang.Object
edu.sc.seis.sod.process.waveform.vector.RotateGCP
All Implemented Interfaces:
WaveformVectorProcess, SodElement, Subsetter, Threadable

public class RotateGCP extends Object implements WaveformVectorProcess, Threadable
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    accept(edu.sc.seis.fissuresUtil.cache.CacheEvent event, edu.sc.seis.fissuresUtil.hibernate.ChannelGroup channelGroup, edu.iris.Fissures.IfSeismogramDC.RequestFilter[][] original, edu.iris.Fissures.IfSeismogramDC.RequestFilter[][] available, edu.iris.Fissures.seismogramDC.LocalSeismogramImpl[][] seismograms, CookieJar cookieJar)
     
    boolean
     

    Methods inherited from class java.lang.Object

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

    • RotateGCP

      public RotateGCP(Element el)
  • Method Details

    • accept

      public WaveformVectorResult accept(edu.sc.seis.fissuresUtil.cache.CacheEvent event, edu.sc.seis.fissuresUtil.hibernate.ChannelGroup channelGroup, edu.iris.Fissures.IfSeismogramDC.RequestFilter[][] original, edu.iris.Fissures.IfSeismogramDC.RequestFilter[][] available, edu.iris.Fissures.seismogramDC.LocalSeismogramImpl[][] seismograms, CookieJar cookieJar) throws Exception
      Specified by:
      accept in interface WaveformVectorProcess
      Throws:
      Exception
    • isThreadSafe

      public boolean isThreadSafe()
      Specified by:
      isThreadSafe in interface Threadable