public interface MSeedQueryReader
Modifier and Type | Method and 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) |
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
java.io.IOException
SeisFileException
SeedFormatException
void setVerbose(boolean verbose)
void setTimed(boolean timed)