| 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 | Interface and Description |
|---|---|
interface |
GriddedSurface |
| 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 |
|---|---|
RuptureSurface |
Rupture.surface()
The
Rupture surface. |
| Modifier and Type | Method and Description |
|---|---|
static Rupture |
Rupture.create(double mag,
double rate,
double rake,
RuptureSurface surface) |