edu.iris.dmc.timeseries.model
Class Timeseries

java.lang.Object
  extended by edu.iris.dmc.timeseries.model.Timeseries
All Implemented Interfaces:
Serializable

public class Timeseries
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Timeseries()
           
Timeseries(String networkCode, String stationCode, String location, String channelCode)
           
 
Method Summary
 void add(Timestamp startTimestamp, edu.sc.seis.seisFile.mseed.DataRecord record)
           
 boolean equals(Object obj)
           
 String getChannelCode()
           
 char getDataQuality()
           
 String getLocation()
           
 String getNetworkCode()
           
 Collection<Segment> getSegments()
           
 String getStationCode()
           
 int hashCode()
           
 void setChannelCode(String channelCode)
           
 void setLocation(String location)
           
 void setNetworkCode(String networkCode)
           
 void setStationCode(String stationCode)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Timeseries

public Timeseries()

Timeseries

public Timeseries(String networkCode,
                  String stationCode,
                  String location,
                  String channelCode)
Method Detail

add

public void add(Timestamp startTimestamp,
                edu.sc.seis.seisFile.mseed.DataRecord record)
         throws edu.iris.dmc.seedcodec.UnsupportedCompressionType,
                edu.iris.dmc.seedcodec.CodecException,
                edu.sc.seis.seisFile.mseed.SeedFormatException
Throws:
edu.iris.dmc.seedcodec.UnsupportedCompressionType
edu.iris.dmc.seedcodec.CodecException
edu.sc.seis.seisFile.mseed.SeedFormatException

getNetworkCode

public String getNetworkCode()

setNetworkCode

public void setNetworkCode(String networkCode)

getStationCode

public String getStationCode()

setStationCode

public void setStationCode(String stationCode)

getLocation

public String getLocation()

setLocation

public void setLocation(String location)

getChannelCode

public String getChannelCode()

setChannelCode

public void setChannelCode(String channelCode)

getDataQuality

public char getDataQuality()

getSegments

public Collection<Segment> getSegments()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.