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 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.