| Package | Description |
|---|---|
| gov.usgs.earthquake.nshmp.eq.fault.surface |
Fault surfaces.
|
| gov.usgs.earthquake.nshmp.eq.model |
Earthquake
Source and
HazardModel representations. |
| Modifier and Type | Class and Description |
|---|---|
class |
ApproxGriddedSurface
A
GriddedSurface defined by an upper and lower trace whose spacing is
scaled to the be as close to a desired target spacing as possible over the
entire surface. |
class |
DefaultGriddedSurface
Default
GriddedSurface implementation. |
| Modifier and Type | Method and Description |
|---|---|
abstract List<Rupture> |
RuptureFloating.createFloatingRuptures(GriddedSurface surface,
RuptureScaling scaling,
double mag,
double rate,
double rake,
boolean uncertainty)
Create a
List of floating ruptures |
| Modifier and Type | Method and Description |
|---|---|
GriddedSurface |
SystemSourceSet.section(int index)
The fault section surface corresponding to the supplied
index. |
| Modifier and Type | Method and Description |
|---|---|
static Distance |
Distance.compute(GriddedSurface surface,
Location loc)
Compute distance metrics: rJB, rRup, and rX.
|