| Package | Description |
|---|---|
| gov.usgs.earthquake.nshmp.eq.fault.surface |
Fault surfaces.
|
| gov.usgs.earthquake.nshmp.eq.model |
Earthquake
Source and
HazardModel representations. |
| 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 |
|---|---|
Distance |
RuptureSurface.distanceTo(Location loc)
Returns the distance metrics commonly required by PSHA ground motion models
(GMMs): rJB, rRup, and rX.
|
| Modifier and Type | Method and Description |
|---|---|
static Distance |
Distance.compute(GriddedSurface surface,
Location loc)
Compute distance metrics: rJB, rRup, and rX.
|
| Modifier and Type | Method and Description |
|---|---|
GmmInput.Builder |
GmmInput.Builder.distances(Distance distances)
Set the Joyner-Boore distance, rupture distance, and distance X with a
Distance object. |