| Package | Description |
|---|---|
| gov.usgs.earthquake.nshmp.eq.fault |
Fault representations.
|
| gov.usgs.earthquake.nshmp.eq.model |
Earthquake
Source and
HazardModel representations. |
| Modifier and Type | Method and Description |
|---|---|
static FocalMech |
FocalMech.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FocalMech[] |
FocalMech.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static List<InputList> |
PointSources.finiteInputs(List<Site> sites,
SourceType sourceType,
Location loc,
XySequence mfd,
Map<FocalMech,Double> mechWtMap,
GridSourceSet grid)
Using the supplied
Sites and a GridSourceSet, from which the
standard data that is used to build point sources is derived, create and
return a List<InputList>. |
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) |