Uses of Class
org.apache.sis.coverage.grid.GridCoverage
Packages that use GridCoverage
Package
Description
A coverage backed by a regular grid.
Widgets showing
GridCoverage
images or sample values.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 TypeClassDescriptionclass
Basic access to grid data values backed by a n-dimensionalDataBuffer
.class
Basic 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.GridCoverageProcessor.convert
(GridCoverage source, MathTransform1D[] converters, Function<SampleDimension.Builder, SampleDimension> sampleDimensionModifier) Returns a coverage with sample values converted by the given functions.protected GridCoverage
GridCoverage.createConvertedValues
(boolean converted) Creates the grid coverage instance for the converted or packed values.protected GridCoverage
GridCoverage2D.createConvertedValues
(boolean converted) Creates a grid coverage that contains real values or sample values, depending ifconverted
istrue
orfalse
respectively.GridCoverage.forConvertedValues
(boolean converted) Returns a grid coverage that contains real values or sample values, depending ifconverted
istrue
orfalse
respectively.GridCoverage.Evaluator.getCoverage()
Returns the coverage from which this evaluator is fetching sample values.GridCoverageProcessor.mask
(GridCoverage source, RegionOfInterest mask, boolean maskInside) Applies a mask defined by a region of interest (ROI).GridCoverageProcessor.resample
(GridCoverage source, GridGeometry target) Creates a new coverage with a different grid extent, resolution or coordinate reference system.GridCoverageProcessor.resample
(GridCoverage source, CoordinateReferenceSystem target) Creates a new coverage with a different coordinate reference system.GridCoverageProcessor.shiftGrid
(GridCoverage source, long... translation) Translates grid coordinates by the given amount of cells without changing "real world" coordinates.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.convert
(GridCoverage source, MathTransform1D[] converters, Function<SampleDimension.Builder, SampleDimension> sampleDimensionModifier) Returns a coverage with sample values converted by the given functions.GridCoverageProcessor.mask
(GridCoverage source, RegionOfInterest mask, boolean maskInside) Applies a mask defined by a region of interest (ROI).GridCoverageProcessor.resample
(GridCoverage source, GridGeometry target) Creates a new coverage with a different grid extent, resolution or coordinate reference system.GridCoverageProcessor.resample
(GridCoverage source, CoordinateReferenceSystem target) Creates a new coverage with a different coordinate reference system.GridCoverageProcessor.shiftGrid
(GridCoverage source, long... translation) Translates grid coordinates by the given amount of cells without changing "real world" coordinates.Constructors in org.apache.sis.coverage.grid with parameters of type GridCoverageModifierConstructorDescriptionGridCoverage2D
(GridCoverage source, RenderedImage data) Constructs a grid coverage using the same domain and range than the given coverage, but different data.ImageRenderer
(GridCoverage coverage, GridExtent sliceExtent) Creates a new image renderer for the given slice extent. -
Uses of GridCoverage in org.apache.sis.gui.coverage
Fields in org.apache.sis.gui.coverage with type parameters of type GridCoverageModifier and TypeFieldDescriptionfinal ObjectProperty<GridCoverage>
CoverageCanvas.coverageProperty
The data shown in this canvas.final ObjectProperty<GridCoverage>
CoverageExplorer.coverageProperty
The data shown in this canvas.Methods in org.apache.sis.gui.coverage that return GridCoverageModifier and TypeMethodDescriptionfinal GridCoverage
CoverageCanvas.getCoverage()
Returns the source of image for this viewer.final GridCoverage
CoverageExplorer.getCoverage()
Returns the source of sample values for this explorer.Methods in org.apache.sis.gui.coverage that return types with arguments of type GridCoverageModifier and TypeMethodDescriptionfinal Optional<GridCoverage>
ImageRequest.getCoverage()
Returns the coverage specified at construction time, or an empty value if none.Methods in org.apache.sis.gui.coverage with parameters of type GridCoverageModifier and TypeMethodDescriptionfinal void
CoverageCanvas.setCoverage
(GridCoverage coverage) Sets the coverage to show in this viewer.final void
CoverageExplorer.setCoverage
(GridCoverage coverage) Sets the coverage to show in this explorer.Constructors in org.apache.sis.gui.coverage with parameters of type GridCoverageModifierConstructorDescriptionImageRequest
(GridCoverage source, GridExtent slice) Creates a new request for loading an image from the specified coverage. -
Uses of GridCoverage in org.apache.sis.storage
Methods in org.apache.sis.storage that return GridCoverageModifier and TypeMethodDescriptionGridCoverageResource.read
(GridGeometry domain, int... ranges) Loads a subset of the grid coverage represented by this resource.Methods in org.apache.sis.storage with parameters of type GridCoverageModifier and TypeMethodDescriptionvoid
WritableGridCoverageResource.write
(GridCoverage coverage, WritableGridCoverageResource.Option... options) Writes a new coverage in the data store for this resource.