Class SamplePhase
java.lang.Object
nz.org.riskscape.wizard.survey2.BasePhase
nz.org.riskscape.wizard.model2.smp.SamplePhase
- All Implemented Interfaces:
Phase
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The ratio of sampled hazard geometry to original exposure geometry that can be used to scale losses.static final String
The all-intersections sample result from the hazard-layer.static final String
A step with this name is appended to the pipeline when this phase is finishedFields inherited from class nz.org.riskscape.wizard.survey2.BasePhase
builtQuestionSets, skippableQuestionSets, survey
Fields inherited from interface nz.org.riskscape.wizard.survey2.Phase
EMPTY_PHASE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected QuestionSet
buildQuestionSet
(IncrementalBuildState buildState) Methods inherited from class nz.org.riskscape.wizard.survey2.BasePhase
buildQuestionSets, builtQuestionsInvalid, canSkip, contains, getAvailableQuestionSets, getName, getSurvey, isComplete, simple
-
Field Details
-
SAMPLED_HAZARD
The all-intersections sample result from the hazard-layer. This includes the intersecting geometry, which we remove from the 'hazard' attribute.
-
EXPOSED_RATIO
The ratio of sampled hazard geometry to original exposure geometry that can be used to scale losses.
- See Also:
-
WELL_KNOWN_STEP
A step with this name is appended to the pipeline when this phase is finished
- See Also:
-
-
Constructor Details
-
SamplePhase
-
-
Method Details
-
buildQuestionSet
- Overrides:
buildQuestionSet
in classBasePhase
-