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
Modifier and TypeFieldDescriptionOptional<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
-
Method Summary
Methods inherited from class nz.org.riskscape.engine.data.BookmarkParameters
add, getBookmarkedPath, getExpressionRealizer, getLocation, getProject, getRealizationContext, getScalarType
-
Field Details
-
layer
-
crsName
-
crsLongitudeFirst
public boolean crsLongitudeFirstDefault 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
-
crs
-
-
Constructor Details
-
Params
public Params()
-
-
Method Details
-
getDataType
- Specified by:
getDataType
in classnz.org.riskscape.engine.data.BookmarkParameters
-