Package edu.sc.seis.seisFile
Class MSeedQueryClient
- java.lang.Object
-
- edu.sc.seis.seisFile.MSeedQueryClient
-
- Direct Known Subclasses:
Client
,WaveServerClient
public abstract class MSeedQueryClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected QueryParams
params
protected MSeedQueryReader
reader
-
Constructor Summary
Constructors Constructor Description MSeedQueryClient(java.lang.String[] args)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract java.lang.String
getHelp()
void
readData()
-
-
-
Field Detail
-
params
protected QueryParams params
-
reader
protected MSeedQueryReader reader
-
-
Constructor Detail
-
MSeedQueryClient
public MSeedQueryClient(java.lang.String[] args) throws SeisFileException
- Throws:
SeisFileException
-
-
Method Detail
-
readData
public void readData() throws SeedFormatException, java.io.IOException, SeisFileException
- Throws:
SeedFormatException
java.io.IOException
SeisFileException
-
getHelp
public abstract java.lang.String getHelp()
-
-