Class BtimeRange

java.lang.Object
edu.sc.seis.seisFile.mseed.BtimeRange

public class BtimeRange extends Object
Convience class to hold begin and end Btime, along with simple methods to test if another Btime in inside the range.
  • Constructor Details

    • BtimeRange

      public BtimeRange(Btime begin, Btime end)
  • Method Details

    • getBegin

      public Btime getBegin()
    • getEnd

      public Btime getEnd()
    • overlaps

      public boolean overlaps(Btime btime)
    • overlaps

      public boolean overlaps(BtimeRange range)