Class SamplePhase

java.lang.Object
nz.org.riskscape.wizard.survey2.BasePhase
nz.org.riskscape.wizard.model2.smp.SamplePhase
All Implemented Interfaces:
Phase

public class SamplePhase extends BasePhase
  • Field Details

    • SAMPLED_HAZARD

      public static final String 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

      public static final String EXPOSED_RATIO

      The ratio of sampled hazard geometry to original exposure geometry that can be used to scale losses.

      See Also:
    • WELL_KNOWN_STEP

      public static final String WELL_KNOWN_STEP

      A step with this name is appended to the pipeline when this phase is finished

      See Also:
  • Constructor Details

    • SamplePhase

      public SamplePhase(Survey survey)
  • Method Details