Package edu.sc.seis.TauP
Class SeismicSource
- java.lang.Object
-
- edu.sc.seis.TauP.SeismicSource
-
public class SeismicSource extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SeismicSource()SeismicSource(float Mw)SeismicSource(float Mw, FaultPlane nodalPlane)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetAttenuationFrequency()java.lang.FloatgetMw()FaultPlanegetNodalPlane1()FaultPlanegetNodalPlane2()intgetNumFrequencies()booleanhasMw()booleanhasNodalPlane()booleanhasSource()
-
-
-
Constructor Detail
-
SeismicSource
public SeismicSource()
-
SeismicSource
public SeismicSource(float Mw)
-
SeismicSource
public SeismicSource(float Mw, FaultPlane nodalPlane)
-
-
Method Detail
-
hasSource
public boolean hasSource()
-
hasMw
public boolean hasMw()
-
getMw
public java.lang.Float getMw()
-
hasNodalPlane
public boolean hasNodalPlane()
-
getNodalPlane1
public FaultPlane getNodalPlane1()
-
getNodalPlane2
public FaultPlane getNodalPlane2()
-
getAttenuationFrequency
public float getAttenuationFrequency()
-
getNumFrequencies
public int getNumFrequencies()
-
-