Package nz.org.riskscape.hdf5.cursor
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 TypeMethodDescriptionnz.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.
-