All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class edu.sc.seis.TauP.VelocityLayer

edu.sc.seis.TauP.VelocityLayer

public class VelocityLayer
The VelocityModelLayer class stores and manipulates a singly layer. An entire velocity model is implemented as an Vector of layers.


Variable Index

 o botDensity
 o botDepth
 o botPVelocity
 o botQp
 o botQs
 o botSVelocity
 o topDensity
 o topDepth
 o topPVelocity
 o topQp
 o topQs
 o topSVelocity

Constructor Index

 o VelocityLayer()
 o VelocityLayer(int)

Method Index

 o clone()
 o evaluateAt(double, char)
 o evaluateAtBottom(char)
 o evaluateAtTop(char)
 o readFromStream(DataInputStream)
 o toString()
 o writeToStream(DataOutputStream)

Variables

 o topDepth
 public double topDepth
 o botDepth
 public double botDepth
 o topPVelocity
 public double topPVelocity
 o botPVelocity
 public double botPVelocity
 o topSVelocity
 public double topSVelocity
 o botSVelocity
 public double botSVelocity
 o topDensity
 public double topDensity
 o botDensity
 public double botDensity
 o topQp
 public double topQp
 o botQp
 public double botQp
 o topQs
 public double topQs
 o botQs
 public double botQs

Constructors

 o VelocityLayer
 public VelocityLayer()
 o VelocityLayer
 public VelocityLayer(int myLayerNumber)

Methods

 o clone
 public Object clone()
 o evaluateAtBottom
 public double evaluateAtBottom(char materialProperty) throws NoSuchMatPropException
 o evaluateAtTop
 public double evaluateAtTop(char materialProperty) throws NoSuchMatPropException
 o evaluateAt
 public double evaluateAt(double depth,
                          char materialProperty) throws NoSuchMatPropException
 o writeToStream
 public void writeToStream(DataOutputStream dos) throws IOException
 o readFromStream
 public static VelocityLayer readFromStream(DataInputStream dis) throws IOException, ClassNotFoundException, IllegalAccessException, InstantiationException
 o toString
 public String toString()

All Packages  Class Hierarchy  This Package  Previous  Next  Index