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 Type
    Method
    Description
    nz.org.riskscape.problem.Problem
    Tip for when the grid dimensions are invalid
    nz.org.riskscape.problem.Problem
    skippedFeaturesNullOrNan(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.Problem
    skippedFeaturesOutOfBounds(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

      nz.org.riskscape.problem.Problem skippedFeaturesOutOfBounds(int count, URI tiffLocation)

      When features have been ignore because they are outside of the geotiff bounds

    • skippedFeaturesNullOrNan

      nz.org.riskscape.problem.Problem skippedFeaturesNullOrNan(int count, URI tiffLocation)

      When features have not be written to the GeoTIFF because their valus is either null or NaN.