public interface RuptureSurface
| Modifier and Type | Method and Description |
|---|---|
double |
area()
The surface area of this surface in km2.
|
Location |
centroid()
The centroid of this surface.
|
double |
depth()
The average depth to the top of this surface in km (always positive)
|
double |
dip()
The average dip of this surface in degrees [0°, 90°].
|
double |
dipDirection()
The average dip direction of this surface in degrees [0°, 360°).
|
double |
dipRad()
The average dip of this surface in radians [0, π/2].
|
Distance |
distanceTo(Location loc)
Returns the distance metrics commonly required by PSHA ground motion models
(GMMs): rJB, rRup, and rX.
|
double |
length()
The average length of the upper edge or trace of this surface in km.
|
double |
strike()
The average strike of this surface in degrees [0°, 360°).
|
double |
width()
The average down-dip width of this surface in km.
|
double strike()
double dip()
double dipRad()
double dipDirection()
double length()
double width()
double area()
double depth()
Location centroid()