Class WinstonWaveServerSource

java.lang.Object
edu.sc.seis.sod.source.seismogram.WinstonWaveServerSource
All Implemented Interfaces:
SodElement, SeismogramSource

public class WinstonWaveServerSource
extends java.lang.Object
implements SeismogramSource
  • Constructor Summary

    Constructors 
    Constructor Description
    WinstonWaveServerSource​(edu.sc.seis.seisFile.waveserver.WaveServer ws)  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<edu.sc.seis.sod.model.seismogram.LocalSeismogramImpl> retrieveData​(java.util.List<edu.sc.seis.sod.model.seismogram.RequestFilter> request)  
    static java.time.Instant toDate​(double d)  
    static double toEpochSeconds​(java.time.Instant d)  
    static edu.sc.seis.sod.model.seismogram.LocalSeismogramImpl toFissures​(edu.sc.seis.seisFile.earthworm.TraceBuf2 buf, edu.sc.seis.sod.model.station.ChannelId chan)  
    static double toY2KSeconds​(java.time.Instant d)  
    static java.time.Instant y2kSecondsToDate​(double d)  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • toDate

      public static java.time.Instant toDate​(double d)
    • toEpochSeconds

      public static double toEpochSeconds​(java.time.Instant d)
    • toY2KSeconds

      public static double toY2KSeconds​(java.time.Instant d)
    • y2kSecondsToDate

      public static java.time.Instant y2kSecondsToDate​(double d)
    • retrieveData

      public java.util.List<edu.sc.seis.sod.model.seismogram.LocalSeismogramImpl> retrieveData​(java.util.List<edu.sc.seis.sod.model.seismogram.RequestFilter> request) throws SeismogramSourceException
      Specified by:
      retrieveData in interface SeismogramSource
      Throws:
      SeismogramSourceException
    • toFissures

      public static edu.sc.seis.sod.model.seismogram.LocalSeismogramImpl toFissures​(edu.sc.seis.seisFile.earthworm.TraceBuf2 buf, edu.sc.seis.sod.model.station.ChannelId chan)