All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class edu.sc.seis.TauP.Arrival

edu.sc.seis.TauP.Arrival

public class Arrival
convenience class for storing the parameters associated with a phase arrival.


Constructor Index

 o Arrival()

Method Index

 o clone()
 o getDist()
returns travel distance in radians
 o getFirstPiercePoint(double)
finds the first pierce point at the given depth.
 o getLastPiercePoint(double)
finds the last pierce point at the given depth.
 o getName()
returns phase name
 o getNumPathPoints()
 o getNumPiercePoints()
 o getPath()
returns pierce points as TimeDist objects.
 o getPathPoint(int)
 o getPierce()
returns pierce points as TimeDist objects.
 o getPiercePoint(int)
 o getPuristName()
returns purist's version of name.
 o getRayParam()
returns ray parameter in seconds per radian
 o getSourceDepth()
returns source depth in kilometers
 o getTime()
returns travel time in seconds
 o toString()

Constructors

 o Arrival
 public Arrival()

Methods

 o getTime
 public double getTime()
returns travel time in seconds

 o getDist
 public double getDist()
returns travel distance in radians

 o getRayParam
 public double getRayParam()
returns ray parameter in seconds per radian

 o getName
 public String getName()
returns phase name

 o getPuristName
 public String getPuristName()
returns purist's version of name. Depths are changed to reflect the true depth of the interface.

 o getSourceDepth
 public double getSourceDepth()
returns source depth in kilometers

 o getPierce
 public TimeDist[] getPierce()
returns pierce points as TimeDist objects.

 o getPath
 public TimeDist[] getPath()
returns pierce points as TimeDist objects.

 o clone
 public Object clone()
 o toString
 public String toString()
 o getNumPiercePoints
 public int getNumPiercePoints()
 o getNumPathPoints
 public int getNumPathPoints()
 o getPiercePoint
 public TimeDist getPiercePoint(int i)
 o getFirstPiercePoint
 public TimeDist getFirstPiercePoint(double depth)
finds the first pierce point at the given depth.

 o getLastPiercePoint
 public TimeDist getLastPiercePoint(double depth)
finds the last pierce point at the given depth.

 o getPathPoint
 public TimeDist getPathPoint(int i)

All Packages  Class Hierarchy  This Package  Previous  Next  Index