Package edu.sc.seis.seisFile
Interface MSeedQueryReader
-
- All Known Implementing Classes:
CWBReader
,StringMSeedQueryReader
,WaveServer
public interface MSeedQueryReader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<DataRecord>
read(java.lang.String network, java.lang.String station, java.lang.String location, java.lang.String channel, java.util.Date begin, java.util.Date end)
void
setTimed(boolean timed)
void
setVerbose(boolean verbose)
-
-
-
Method Detail
-
read
java.util.List<DataRecord> read(java.lang.String network, java.lang.String station, java.lang.String location, java.lang.String channel, java.util.Date begin, java.util.Date end) throws java.io.IOException, SeisFileException, SeedFormatException
- Throws:
java.io.IOException
SeisFileException
SeedFormatException
-
setVerbose
void setVerbose(boolean verbose)
-
setTimed
void setTimed(boolean timed)
-
-