Uses of Class
gov.usgs.earthquake.nshmp.calc.CalcConfig
-
Packages that use CalcConfig Package Description gov.usgs.earthquake.nshmp.calc Hazard calculation classes and utilties.gov.usgs.earthquake.nshmp.model EarthquakeHazardModel
s. -
-
Uses of CalcConfig in gov.usgs.earthquake.nshmp.calc
Methods in gov.usgs.earthquake.nshmp.calc that return CalcConfig Modifier and Type Method Description CalcConfig
CalcConfig.Builder. build()
Build a new calculation configuration.CalcConfig
Hazard. config()
The original configuration used to generate this result.Methods in gov.usgs.earthquake.nshmp.calc with parameters of type CalcConfig Modifier and Type Method Description static Callable<EqRate>
EqRate. callable(HazardModel model, CalcConfig config, Site site)
Deprecated.static CalcConfig.Builder
CalcConfig. copyOf(CalcConfig config)
Initialize a new builder with values copied from the supplied config.static EqRate
EqRate. create(HazardModel model, CalcConfig config, Site site)
Create a new earthquake rate data container at asite
for the suppliedmodel
andconfig
.static EqRateExport
EqRateExport. create(HazardModel model, CalcConfig config, List<Site> sites, Path out)
Create a new results handler.static HazardExport
HazardExport. create(HazardModel model, CalcConfig config, boolean namedSites, Path out)
Create a new results handler.static Hazard
HazardCalcs. hazard(HazardModel model, CalcConfig config, Site site, Executor exec)
Compute probabilistic seismic hazard curves at asite
using the suppliedmodel
andconfig
. -
Uses of CalcConfig in gov.usgs.earthquake.nshmp.model
Methods in gov.usgs.earthquake.nshmp.model that return CalcConfig Modifier and Type Method Description CalcConfig
HazardModel. config()
Return the default calculation configuration.Methods in gov.usgs.earthquake.nshmp.model with parameters of type CalcConfig Modifier and Type Method Description Predicate<RuptureSet>
HazardModel. settingFilter(CalcConfig config, Location location)
Returns a filter that will skip rupture sets in tectonic settings not applicable to the supplied location.
-