Class CoverageFileBookmarkResolver.Params

java.lang.Object
nz.org.riskscape.engine.data.BookmarkParameters
nz.org.riskscape.engine.data.coverage.CoverageFileBookmarkResolver.Params
Enclosing class:
CoverageFileBookmarkResolver

public static class CoverageFileBookmarkResolver.Params extends nz.org.riskscape.engine.data.BookmarkParameters
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Optional<org.geotools.api.referencing.crs.CoordinateReferenceSystem>
     
    boolean
    Default to X,Y ordering for coverages.
     
     
    Optional<nz.org.riskscape.rl.ast.Expression>
     

    Fields inherited from class nz.org.riskscape.engine.data.BookmarkParameters

    bindingContext, bookmark, description, format, location, problems, validatedFile
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class nz.org.riskscape.engine.data.BookmarkParameters

    add, getBookmarkedPath, getExpressionRealizer, getLocation, getProject, getRealizationContext, getScalarType

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • layer

      public Optional<String> layer
    • crsName

      public Optional<String> crsName
    • crsLongitudeFirst

      public boolean crsLongitudeFirst

      Default to X,Y ordering for coverages. GeoTIFF axis order is always X,Y or long,lat. Refer https://docs.opengeospatial.org/is/19-008r4/19-008r4.html Documentation for ARC Grid format isn't great, so it's hard to tell, but defaulting to X,Y ordering would be consistent with the other ESRI file formats.

    • mapValue

      public Optional<nz.org.riskscape.rl.ast.Expression> mapValue
    • crs

      public Optional<org.geotools.api.referencing.crs.CoordinateReferenceSystem> crs
  • Constructor Details

    • Params

      public Params()
  • Method Details

    • getDataType

      public Class<?> getDataType()
      Specified by:
      getDataType in class nz.org.riskscape.engine.data.BookmarkParameters