| 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 | 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 |
|---|---|
static Rupture |
Rupture.create(double mag,
double rate,
double rake,
RuptureSurface surface) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Rupture> |
AreaSource.iterableForLocation(Location loc)
Return a
Rupture iterator over distributed point Sources
whose spacing is a function of the distance from the supplied Location. |
Iterator<Rupture> |
FaultSource.iterator() |
Iterator<Rupture> |
SystemSourceSet.SystemSource.iterator() |
Iterator<Rupture> |
AreaSource.iterator()
For non-uniform
GridScaling, this iterator returns ruptures derived
from 0.1° spaced sources. |
Iterator<Rupture> |
ClusterSource.iterator()
Overriden to throw an
UnsupportedOperationException. |