| 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 |
|---|---|
MagConverter |
Campbell_2003.converter() |
MagConverter |
AtkinsonBoore_2006.converter() |
MagConverter |
SilvaEtAl_2002.converter() |
MagConverter |
ConvertsMag.converter()
Returns a magnitude scale converter.
|
MagConverter |
FrankelEtAl_1996.converter() |
MagConverter |
TavakoliPezeshk_2005.converter() |
static MagConverter |
MagConverter.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MagConverter[] |
MagConverter.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|