Package nz.org.riskscape.engine.raster
Interface VectorToRaster.LocalProblems
- All Superinterfaces:
nz.org.riskscape.engine.problem.ProblemFactory
- Enclosing class:
- VectorToRaster
public static interface VectorToRaster.LocalProblems
extends nz.org.riskscape.engine.problem.ProblemFactory
-
Method Summary
Modifier and TypeMethodDescriptionnz.org.riskscape.problem.ProblemcouldNotConstructCoverage(nz.org.riskscape.problem.Problem... children) When some exception has bubbled up fromVectorToRaster.constructCoverage(java.lang.CharSequence).nz.org.riskscape.problem.ProblemgridDimensionsTooBig(long width, long height, int max) The grid resolution (x * y) is larger thatInteger.MAX_VALUE.
-
Method Details
-
couldNotConstructCoverage
nz.org.riskscape.problem.Problem couldNotConstructCoverage(nz.org.riskscape.problem.Problem... children) When some exception has bubbled up from
VectorToRaster.constructCoverage(java.lang.CharSequence).It's unlikely that we will know the exact cause but most likely it will be due to there not being enough memory available to build it.
-
gridDimensionsTooBig
nz.org.riskscape.problem.Problem gridDimensionsTooBig(long width, long height, int max) The grid resolution (x * y) is larger that
Integer.MAX_VALUE.
-