| Package | Description |
|---|---|
| gov.usgs.earthquake.nshmp.calc |
Hazard calculation classes and utilties.
|
| gov.usgs.earthquake.nshmp.eq.fault.surface |
Fault surfaces.
|
| gov.usgs.earthquake.nshmp.eq.model |
Earthquake
Source and
HazardModel representations. |
| gov.usgs.earthquake.nshmp.function |
Slated for deprecation.
|
| gov.usgs.earthquake.nshmp.geo |
Geographic data classes and utilities.
|
| gov.usgs.earthquake.nshmp.mfd |
Magnitude frequency distribution (MFDs) classes and utilties.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Site
Site characteristics container.
|
| Modifier and Type | Interface and Description |
|---|---|
(package private) interface |
gov.usgs.earthquake.nshmp.eq.fault.surface.Container2D<T>
Deprecated.
|
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 | Interface and Description |
|---|---|
interface |
Source
An earthquake
Source; usually some physical or pseudo-representation
of a fault and associated IncrementalMfds governing the size and rate
of all possible Ruptures. |
interface |
SourceSet<T extends Source>
Wrapper class for groups of
Sources of similar SourceType. |
| Modifier and Type | Class and Description |
|---|---|
class |
AreaSource
Area source representation.
|
class |
AreaSourceSet
A container class for related
AreaSources. |
class |
ClusterSource
Cluster source representation.
|
class |
ClusterSourceSet
Container class for related
ClusterSources. |
class |
FaultSource
Fault source representation.
|
class |
FaultSourceSet
Container class for related
FaultSources. |
class |
GridSourceSet
A container class for related, evenly-spaced
PointSources with
varying magnitudes and/or rates derived from an IncrementalMfd at
each grid node. |
class |
HazardModel
A
HazardModel is the top-level wrapper for earthquake Source
definitions and attendant GroundMotionModels used in probabilisitic
seismic hazard analyses (PSHAs) and related calculations. |
class |
InterfaceSource
Subduction source representation.
|
class |
InterfaceSourceSet
Container class for groups of related
InterfaceSources. |
class |
SlabSourceSet
Container class for related, evenly-spaced subduction slab sources.
|
class |
SystemSourceSet
Wrapper class for related
SystemSourceSet.SystemSources. |
class |
SystemSourceSet.SystemSource
A single source in a fault system.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DiscretizedFunc
Title: DiscretizedFuncAPI
|
interface |
XY_DataSet
A wrapper for 2D double-valued data that provides access to data points via
Point2Ds. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDiscretizedFunc
Title: DiscretizedFunc
|
class |
AbstractXY_DataSet |
class |
ArbitrarilyDiscretizedFunc
Title: ArbitrarilyDiscretizedFunc
|
class |
EvenlyDiscretizedFunc
Title: EvenlyDiscretizedFunc
|
| Modifier and Type | Class and Description |
|---|---|
class |
GriddedRegion
|
class |
Region
A
Region is a polygonal area on the surface of the earth. |
| Modifier and Type | Class and Description |
|---|---|
class |
IncrementalMfd
Base implementation for magnitude-frequency distributions (MFDs) that give
the rate of one or more earthquakes with differing magnitudes per year.
|