edu.sc.seis.seisFile
Class QueryParams
java.lang.Object
edu.sc.seis.seisFile.QueryParams
public class QueryParams
- extends java.lang.Object
Constructor Summary |
QueryParams(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryParams
public QueryParams(java.lang.String[] args)
throws SeisFileException
- Throws:
SeisFileException
getNetwork
public java.lang.String getNetwork()
getStation
public java.lang.String getStation()
getLocation
public java.lang.String getLocation()
getChannel
public java.lang.String getChannel()
getBegin
public java.util.Date getBegin()
getEnd
public java.util.Date getEnd()
isVerbose
public boolean isVerbose()
getDuration
public java.lang.Float getDuration()
getMaxRecords
public int getMaxRecords()
getOutFile
public java.lang.String getOutFile()
isPrintVersion
public boolean isPrintVersion()
isPrintHelp
public boolean isPrintHelp()
getDataOutputStream
public java.io.DataOutputStream getDataOutputStream()
throws java.io.FileNotFoundException
- Throws:
java.io.FileNotFoundException