Package nz.org.riskscape.engine.output
Interface GeoTiffFormat.LocalProblems
- All Superinterfaces:
nz.org.riskscape.engine.problem.ProblemFactory
- Enclosing class:
- GeoTiffFormat
public static interface GeoTiffFormat.LocalProblems
extends nz.org.riskscape.engine.problem.ProblemFactory
-
Method Summary
Modifier and TypeMethodDescriptionnz.org.riskscape.problem.ProblemTip for when the grid dimensions are invalidnz.org.riskscape.problem.ProblemskippedFeaturesNullOrNan(int count, URI tiffLocation) When features have not be written to the GeoTIFF because their valus is either null or NaN.nz.org.riskscape.problem.ProblemskippedFeaturesOutOfBounds(int count, URI tiffLocation) When features have been ignore because they are outside of the geotiff bounds
-
Method Details
-
dimensionsTip
nz.org.riskscape.problem.Problem dimensionsTip()Tip for when the grid dimensions are invalid
-
skippedFeaturesOutOfBounds
When features have been ignore because they are outside of the geotiff bounds
-
skippedFeaturesNullOrNan
When features have not be written to the GeoTIFF because their valus is either null or NaN.
-