Uses of Class
org.apache.sis.coverage.grid.GridCoverage
-
Packages that use GridCoverage Package Description org.apache.sis.coverage.grid A coverage backed by a regular grid.org.apache.sis.storage Data store base types for retrieving and saving geospatial data in various storage formats. -
-
Uses of GridCoverage in org.apache.sis.coverage.grid
Methods in org.apache.sis.coverage.grid that return GridCoverage Modifier and Type Method Description abstract GridCoverageGridCoverage. forConvertedValues(boolean converted)Returns a grid coverage that contains real values or sample values, depending ifconvertedistrueorfalserespectively.Constructors in org.apache.sis.coverage.grid with parameters of type GridCoverage Constructor Description ImageRenderer(GridCoverage coverage, GridExtent sliceExtent)Creates a new image renderer for the given slice extent. -
Uses of GridCoverage in org.apache.sis.storage
Methods in org.apache.sis.storage that return GridCoverage Modifier and Type Method Description GridCoverageGridCoverageResource. read(GridGeometry domain, int... range)Loads a subset of the grid coverage represented by this resource.
-