Interface H5DatasetCursor.LocalProblems

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

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

    Modifier and Type
    Method
    Description
    nz.org.riskscape.problem.Problem
    readSizeTooSmallForMultiDimensionedData(long requiredSize, long availableSize)
    When the user defined read size is not big enough to fit all of a multi-dimensioned dataset.
  • Method Details

    • readSizeTooSmallForMultiDimensionedData

      nz.org.riskscape.problem.Problem readSizeTooSmallForMultiDimensionedData(long requiredSize, long availableSize)

      When the user defined read size is not big enough to fit all of a multi-dimensioned dataset.