Package gov.usgs.earthquake.nshmp.model
Class SourceFeature.Fault
- java.lang.Object
-
- gov.usgs.earthquake.nshmp.model.SourceFeature
-
- gov.usgs.earthquake.nshmp.model.SourceFeature.Fault
-
- Enclosing class:
- SourceFeature
public static final class SourceFeature.Fault extends SourceFeature
A section of a crustal fault.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class gov.usgs.earthquake.nshmp.model.SourceFeature
SourceFeature.Decollement, SourceFeature.Fault, SourceFeature.Grid, SourceFeature.Interface, SourceFeature.Zone
-
-
Field Summary
Fields Modifier and Type Field Description doubledipThe fault section dip.doublelowerDepthThe fault section lower depth.doublerakeThe fault section rake.doublerateThe fault section rate.RateTyperateTypeThe fault sectionRateType.LocationListtraceThe fault section trace.doubleupperDepthThe fault section upper depth.Optional<LocationList>zoneThe optional fault section zone polygon.
-
Method Summary
-
Methods inherited from class gov.usgs.earthquake.nshmp.model.SourceFeature
newDecollementSection, newFaultSection, newFaultSection, newInterfaceSection, newSourceGrid, newSourceZone, toString
-
-
-
-
Field Detail
-
trace
public final LocationList trace
The fault section trace.
-
dip
public final double dip
The fault section dip.
-
upperDepth
public final double upperDepth
The fault section upper depth.
-
lowerDepth
public final double lowerDepth
The fault section lower depth.
-
rake
public final double rake
The fault section rake.
-
rate
public final double rate
The fault section rate.
-
rateType
public final RateType rateType
The fault sectionRateType.
-
zone
public final Optional<LocationList> zone
The optional fault section zone polygon.
-
-