Interface LinearGeometryProjection.LocalProblems

All Superinterfaces:
nz.org.riskscape.engine.problem.ProblemFactory
Enclosing class:
LinearGeometryProjection

public static interface LinearGeometryProjection.LocalProblems extends nz.org.riskscape.engine.problem.ProblemFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    nz.org.riskscape.problem.Problem
    Hint how to enable linearization of CurvedGeometry.
    nz.org.riskscape.problem.Problem
    unexpectedCurvedGeometry(Class geomType, nz.org.riskscape.problem.Problem... children)
    When a CurvedGeometry is encountered and the LinearGeometryProjection.tolerance is empty.
  • Method Details

    • unexpectedCurvedGeometry

      nz.org.riskscape.problem.Problem unexpectedCurvedGeometry(Class geomType, nz.org.riskscape.problem.Problem... children)

      When a CurvedGeometry is encountered and the LinearGeometryProjection.tolerance is empty.

    • enableLinearizeGeometryHint

      nz.org.riskscape.problem.Problem enableLinearizeGeometryHint()

      Hint how to enable linearization of CurvedGeometry.