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.


Variable Index

 o GENERIC
 o LOCSAT

Constructor Index

 o TauP_Table()

Method Index

 o init()
preforms intialization of the tool.
 o main(String[])
Allows TauP_Time to run as an application.
 o parseCmdLineArgs(String[])
 o printUsage()
 o start()

Variables

 o GENERIC
 public static final int GENERIC
 o LOCSAT
 public static final int LOCSAT

Constructors

 o TauP_Table
 public TauP_Table() throws TauModelException

Methods

 o init
 public void init() throws IOException
preforms intialization of the tool.

Overrides:
init in class TauP_Time
 o start
 public void start() throws TauModelException, TauPException, IOException
Overrides:
start in class TauP_Time
 o printUsage
 public void printUsage()
Overrides:
printUsage in class TauP_Time
 o parseCmdLineArgs
 public String[] parseCmdLineArgs(String args[]) throws IOException
Overrides:
parseCmdLineArgs in class TauP_Time
 o main
 public static void main(String args[])
Allows TauP_Time to run as an application.


All Packages  Class Hierarchy  This Package  Previous  Next  Index