| Package | Description |
|---|---|
| gov.usgs.earthquake.nshmp.gmm |
Implementations of all
GroundMotionModels used in the 2008 and
2014 USGS National Seismic Hazard Models. |
| Modifier and Type | Method and Description |
|---|---|
static FaultStyle |
GmmUtils.rakeToFaultStyle_NSHMP(double rake)
Returns the NSHMP interpretation of fault type based on rake; divisions are
on 45° diagonals.
|
static FaultStyle |
FaultStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FaultStyle[] |
FaultStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|