All Packages Class Hierarchy This Package Previous Next Index
Class edu.sc.seis.TauP.TauP_Table
edu.sc.seis.TauP.TauP_Time
|
+----edu.sc.seis.TauP.TauP_Table
- public class TauP_Table
- extends TauP_Time
Creates a table of travel times for a phase. Only uses the first arrival at any distance.
-
GENERIC
-
-
LOCSAT
-
-
TauP_Table()
-
-
init()
- preforms intialization of the tool.
-
main(String[])
- Allows TauP_Time to run as an application.
-
parseCmdLineArgs(String[])
-
-
printUsage()
-
-
start()
-
GENERIC
public static final int GENERIC
LOCSAT
public static final int LOCSAT
TauP_Table
public TauP_Table() throws TauModelException
init
public void init() throws IOException
- preforms intialization of the tool.
- Overrides:
- init in class TauP_Time
start
public void start() throws TauModelException, TauPException, IOException
- Overrides:
- start in class TauP_Time
printUsage
public void printUsage()
- Overrides:
- printUsage in class TauP_Time
parseCmdLineArgs
public String[] parseCmdLineArgs(String args[]) throws IOException
- Overrides:
- parseCmdLineArgs in class TauP_Time
main
public static void main(String args[])
- Allows TauP_Time to run as an application.
All Packages Class Hierarchy This Package Previous Next Index