Class EventEffectiveTimeOverlap

java.lang.Object
edu.sc.seis.sod.subsetter.EffectiveTimeOverlap
edu.sc.seis.sod.subsetter.EventEffectiveTimeOverlap
All Implemented Interfaces:
SodElement, Subsetter

public class EventEffectiveTimeOverlap
extends EffectiveTimeOverlap
EventEffectiveTimeOverlap.java Created: Wed Mar 19 10:49:54 2003
  • Constructor Summary

    Constructors 
    Constructor Description
    EventEffectiveTimeOverlap​(edu.sc.seis.sod.model.event.StatefulEvent event)  
  • Method Summary

    Modifier and Type Method Description
    boolean overlaps​(edu.sc.seis.seisFile.fdsnws.stationxml.Channel channel)  
    boolean overlaps​(edu.sc.seis.seisFile.fdsnws.stationxml.Network net)  
    boolean overlaps​(edu.sc.seis.seisFile.fdsnws.stationxml.Station station)  

    Methods inherited from class edu.sc.seis.sod.subsetter.EffectiveTimeOverlap

    overlaps, overlaps

    Methods inherited from class java.lang.Object

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

    • EventEffectiveTimeOverlap

      public EventEffectiveTimeOverlap​(edu.sc.seis.sod.model.event.StatefulEvent event) throws edu.sc.seis.sod.model.event.NoPreferredOrigin
      Throws:
      edu.sc.seis.sod.model.event.NoPreferredOrigin
  • Method Details

    • overlaps

      public boolean overlaps​(edu.sc.seis.seisFile.fdsnws.stationxml.Network net)
    • overlaps

      public boolean overlaps​(edu.sc.seis.seisFile.fdsnws.stationxml.Station station)
    • overlaps

      public boolean overlaps​(edu.sc.seis.seisFile.fdsnws.stationxml.Channel channel)