Package edu.sc.seis.TauP.gson
Class AboveBelowVelocityDiscon
- java.lang.Object
-
- edu.sc.seis.TauP.NamedVelocityDiscon
-
- edu.sc.seis.TauP.gson.AboveBelowVelocityDiscon
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable
public class AboveBelowVelocityDiscon extends NamedVelocityDiscon
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AboveBelowVelocityDiscon(double depth, VelocityModel vMod)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VelocityLayergetAbove()doublegetAboveSlownessP()doublegetAboveSlownessS()VelocityLayergetBelow()doublegetBelowSlownessP()doublegetBelowSlownessS()VelocityModelgetVelocityModel()
-
-
-
Constructor Detail
-
AboveBelowVelocityDiscon
public AboveBelowVelocityDiscon(double depth, VelocityModel vMod) throws NoSuchLayerException- Throws:
NoSuchLayerException
-
-
Method Detail
-
getAbove
public VelocityLayer getAbove()
-
getBelow
public VelocityLayer getBelow()
-
getVelocityModel
public VelocityModel getVelocityModel()
-
getAboveSlownessP
public double getAboveSlownessP()
-
getAboveSlownessS
public double getAboveSlownessS()
-
getBelowSlownessP
public double getBelowSlownessP()
-
getBelowSlownessS
public double getBelowSlownessS()
-
-