Class TravelTime

java.lang.Object
  |
  +--TravelTime

public class TravelTime
extends java.lang.Object


Field Summary
 float dist
           
 int dmy
           
 float dtdd
           
 float fdmy
           
 com.braju.beta.format.FormatString ffmt
           
 com.braju.beta.format.FormatString flin
           
 java.lang.String line
           
 java.lang.String phase
           
 float time
           
 
Constructor Summary
TravelTime(float depth, java.lang.String tfil, java.lang.String sphwi)
          TauP constructor
TravelTime(java.lang.String tfil, java.lang.String tfmt, java.lang.String sphwi, java.lang.String sdmax)
          User supplied traveltime table constructor
 
Method Summary
 void displayTable()
           
static void main(java.lang.String[] args)
           
 TimeObj taupMax()
           
 TimeObj taupMin()
           
 void taupSetDistance(float delta)
           
 TimeObj tmax(float delta)
           
 TimeObj tmin(float delta)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

phase

public java.lang.String phase

time

public float time

dtdd

public float dtdd

dist

public float dist

fdmy

public float fdmy

dmy

public int dmy

ffmt

public com.braju.beta.format.FormatString ffmt

flin

public com.braju.beta.format.FormatString flin

line

public java.lang.String line
Constructor Detail

TravelTime

public TravelTime(float depth,
                  java.lang.String tfil,
                  java.lang.String sphwi)
TauP constructor

TravelTime

public TravelTime(java.lang.String tfil,
                  java.lang.String tfmt,
                  java.lang.String sphwi,
                  java.lang.String sdmax)
           throws java.lang.Exception
User supplied traveltime table constructor
Method Detail

displayTable

public void displayTable()

taupSetDistance

public void taupSetDistance(float delta)

taupMin

public TimeObj taupMin()

taupMax

public TimeObj taupMax()

tmin

public TimeObj tmin(float delta)

tmax

public TimeObj tmax(float delta)

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception