Uses of Class
org.apache.sis.coverage.grid.GridCoverage
Packages that use GridCoverage
Package
Description
A coverage backed by a regular grid.
Data store base types for retrieving and saving geospatial data
in various storage formats.
-
Uses of GridCoverage in org.apache.sis.coverage.grid
Subclasses of GridCoverage in org.apache.sis.coverage.gridModifier and TypeClassDescriptionclassBasic access to grid data values backed by a n-dimensionalDataBuffer.classBasic access to grid data values backed by a two-dimensionalRenderedImage.Methods in org.apache.sis.coverage.grid that return GridCoverageModifier and TypeMethodDescriptionDomainLinearizer.apply(GridCoverage coverage) Returns a grid coverage with a linear approximation of the grid to CRS conversion.GridCoverageBuilder.build()Creates the grid coverage from the domain, ranges and values given to setter methods.GridCoverage.forConvertedValues(boolean converted) Returns a grid coverage that contains real values or sample values, depending ifconvertedistrueorfalserespectively.GridCoverage2D.forConvertedValues(boolean converted) Returns a grid coverage that contains real values or sample values, depending ifconvertedistrueorfalserespectively.GridEvaluator.getCoverage()Returns the coverage from which this evaluator is fetching sample values.GridCoverageProcessor.resample(GridCoverage source, GridGeometry target) Creates a new coverage with a different grid extent, resolution or coordinate reference system.Methods in org.apache.sis.coverage.grid with parameters of type GridCoverageModifier and TypeMethodDescriptionDomainLinearizer.apply(GridCoverage coverage) Returns a grid coverage with a linear approximation of the grid to CRS conversion.GridCoverageProcessor.resample(GridCoverage source, GridGeometry target) Creates a new coverage with a different grid extent, resolution or coordinate reference system.Constructors in org.apache.sis.coverage.grid with parameters of type GridCoverageModifierConstructorDescriptionprotectedGridEvaluator(GridCoverage coverage) Creates a new evaluator for the given coverage.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 GridCoverageModifier and TypeMethodDescriptionGridCoverageResource.read(GridGeometry domain, int... range) Loads a subset of the grid coverage represented by this resource.