| 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 |
|---|---|
static RuptureScaling |
RuptureScaling.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuptureScaling[] |
RuptureScaling.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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 List<InputList> |
PointSources.finiteInputs(List<Site> sites,
SourceType sourceType,
Location loc,
XySequence mfd,
Map<FocalMech,Double> mechWtMap,
RuptureScaling rupScaling,
NavigableMap<Double,Map<Double,Double>> magDepthMap,
double maxDepth)
Using the supplied
Sites and the standard data that is used to
build point sources, create and return a List<InputList>. |
static InputList |
PointSources.finiteInputs(Site site,
SourceType sourceType,
Location loc,
XySequence mfd,
Map<FocalMech,Double> mechWtMap,
RuptureScaling rupScaling,
NavigableMap<Double,Map<Double,Double>> magDepthMap,
double maxDepth)
Using the supplied
Site and the standard data that is used to build
point sources, create and return an InputList. |
static gov.usgs.earthquake.nshmp.eq.model.PointSource |
PointSources.pointSource(SourceType sourceType,
PointSourceType pointType,
Location loc,
XySequence mfd,
Map<FocalMech,Double> mechWtMap,
RuptureScaling rupScaling,
gov.usgs.earthquake.nshmp.eq.model.PointSource.DepthModel depthModel) |