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 TypeMethodDescriptionnz.org.riskscape.problem.ProblemHint how to enable linearization ofCurvedGeometry.nz.org.riskscape.problem.ProblemunexpectedCurvedGeometry(Class geomType, nz.org.riskscape.problem.Problem... children) When aCurvedGeometryis encountered and theLinearGeometryProjection.toleranceis empty.
-
Method Details
-
unexpectedCurvedGeometry
nz.org.riskscape.problem.Problem unexpectedCurvedGeometry(Class geomType, nz.org.riskscape.problem.Problem... children) When a
CurvedGeometryis encountered and theLinearGeometryProjection.toleranceis empty. -
enableLinearizeGeometryHint
nz.org.riskscape.problem.Problem enableLinearizeGeometryHint()Hint how to enable linearization of
CurvedGeometry.
-