Uses of Class
org.apache.sis.coverage.grid.GridCoverage2D
Packages that use GridCoverage2D
Package
Description
A coverage backed by a regular grid.
Simple data store implementations for some ESRI grid formats (ASCII and binary).
-
Uses of GridCoverage2D in org.apache.sis.coverage.grid
Constructors in org.apache.sis.coverage.grid with parameters of type GridCoverage2DModifierConstructorDescriptionprivate
GridCoverage2D
(GridCoverage2D source, List<SampleDimension> range, org.opengis.referencing.operation.MathTransform1D[] converters, boolean isConverted) Creates a new grid coverage for the conversion of specified source coverage. -
Uses of GridCoverage2D in org.apache.sis.internal.storage.esri
Methods in org.apache.sis.internal.storage.esri that return GridCoverage2DModifier and TypeMethodDescription(package private) final GridCoverage2D
RasterStore.createCoverage
(GridGeometry domain, RangeArgument range, WritableRaster data, Statistics stats) Creates the grid coverage resulting from aGridCoverageResource.read(GridGeometry, int...)
operation.