Package edu.sc.seis.TauP
Class ReflTransResult
java.lang.Object
edu.sc.seis.TauP.ReflTransResult
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionReflTransResult(VelocityDiscontinuity velocityDiscontinuity, XYPlotOutput xy) -
Method Summary
Modifier and TypeMethodDescriptiondoublegetModel()getXy()getXY()booleanbooleanisFsrf()booleanbooleanbooleanvoidsetDepth(double depth) voidsetDepthName(String depthName) voidsetDowngoing(boolean downgoing) voidsetFsrf(boolean fsrf) voidsetInpwave(boolean inpwave) voidsetInshwave(boolean inshwave) voidsetInswave(boolean inswave)
-
Field Details
-
inpwave
protected boolean inpwave -
inswave
protected boolean inswave -
inshwave
protected boolean inshwave
-
-
Constructor Details
-
ReflTransResult
-
-
Method Details
-
getXY
-
getModel
-
getXy
-
getLayerDepth
public double getLayerDepth() -
getDepthName
-
getLayerParams
-
isFsrf
public boolean isFsrf() -
setFsrf
public void setFsrf(boolean fsrf) -
isInpwave
public boolean isInpwave() -
setInpwave
public void setInpwave(boolean inpwave) -
isInswave
public boolean isInswave() -
setInswave
public void setInswave(boolean inswave) -
isInshwave
public boolean isInshwave() -
setInshwave
public void setInshwave(boolean inshwave) -
setDepth
public void setDepth(double depth) -
setDepthName
-
isDowngoing
public boolean isDowngoing() -
setDowngoing
public void setDowngoing(boolean downgoing)
-