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
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
FieldsModifier and TypeFieldDescriptionfinal doubleThe fault section dip.final doubleThe fault section lower depth.final doubleThe fault section rake.final doubleThe fault section rate.final RateTypeThe fault sectionRateType.final LocationListThe fault section trace.final doubleThe fault section upper depth.final Optional<LocationList> The 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 Details
-
trace
The fault section trace. -
dip
public final double dipThe fault section dip. -
upperDepth
public final double upperDepthThe fault section upper depth. -
lowerDepth
public final double lowerDepthThe fault section lower depth. -
rake
public final double rakeThe fault section rake. -
rate
public final double rateThe fault section rate. -
rateType
The fault sectionRateType. -
zone
The optional fault section zone polygon.
-