Uses of Interface
org.apache.sis.storage.GridCoverageResource
Packages that use GridCoverageResource
Package
Description
Widgets showing
GridCoverage
images or sample values.Data store base types for retrieving and saving geospatial data
in various storage formats.
Resources which are aggregations or concatenations of other resources.
A data store that can read and write GeoTIFF files as grid coverages.
-
Uses of GridCoverageResource in org.apache.sis.gui.coverage
Fields in org.apache.sis.gui.coverage with type parameters of type GridCoverageResourceModifier and TypeFieldDescriptionCoverageCanvas.resourceProperty
The source of coverage data shown in this canvas.CoverageExplorer.resourceProperty
The source of coverage data shown in this explorer.Methods in org.apache.sis.gui.coverage that return GridCoverageResourceModifier and TypeMethodDescriptionfinal GridCoverageResource
CoverageCanvas.getResource()
Returns the source of coverages for this viewer.final GridCoverageResource
CoverageExplorer.getResource()
Returns the source of coverages for this explorer.Methods in org.apache.sis.gui.coverage that return types with arguments of type GridCoverageResourceModifier and TypeMethodDescriptionfinal Optional
<GridCoverageResource> ImageRequest.getResource()
Returns the resource specified at construction time, or an empty value if none.Methods in org.apache.sis.gui.coverage with parameters of type GridCoverageResourceModifier and TypeMethodDescriptionfinal void
CoverageCanvas.setResource
(GridCoverageResource resource) Sets the source of coverages shown in this viewer.final void
CoverageExplorer.setResource
(GridCoverageResource resource) Sets the source of coverages shown in this explorer.Constructors in org.apache.sis.gui.coverage with parameters of type GridCoverageResourceModifierConstructorDescriptionImageRequest
(GridCoverageResource source, GridGeometry domain, int... range) Creates a new request for loading an image from the specified resource. -
Uses of GridCoverageResource in org.apache.sis.storage
Subinterfaces of GridCoverageResource in org.apache.sis.storageClasses in org.apache.sis.storage that implement GridCoverageResourceModifier and TypeClassDescriptionclass
Default implementations of several methods for classes that want to implement theGridCoverageResource
interface.Methods in org.apache.sis.storage that return GridCoverageResourceModifier and TypeMethodDescriptionprotected GridCoverageResource
CoverageQuery.execute
(GridCoverageResource source) Applies this query on the given coverage resource.default GridCoverageResource
Requests a subset of the coverage.Methods in org.apache.sis.storage with parameters of type GridCoverageResourceModifier and TypeMethodDescriptionprotected GridCoverageResource
CoverageQuery.execute
(GridCoverageResource source) Applies this query on the given coverage resource. -
Uses of GridCoverageResource in org.apache.sis.storage.aggregate
Methods in org.apache.sis.storage.aggregate with parameters of type GridCoverageResourceModifier and TypeMethodDescriptionvoid
CoverageAggregator.add
(GridCoverageResource resource) Adds the given resource.void
CoverageAggregator.add
(GridCoverageResource resource, double lower, double span, SingleCRS crs) Adds the given resource augmented with a single grid dimension.void
CoverageAggregator.add
(GridCoverageResource resource, Instant lower, Duration span) Adds the given resource augmented with a single temporal grid dimension.void
CoverageAggregator.add
(GridCoverageResource resource, GridGeometry dimToAdd) Adds the given resource augmented with the specified grid dimensions.void
CoverageAggregator.addRangeAggregate
(GridCoverageResource... sources) Adds a resource whose range is the aggregation of the ranges of a sequence of resources.void
CoverageAggregator.addRangeAggregate
(GridCoverageResource[] sources, int[][] bandsPerSource) Adds a resource whose range is the aggregation of the specified bands of a sequence of resources.Method parameters in org.apache.sis.storage.aggregate with type arguments of type GridCoverageResourceModifier and TypeMethodDescriptionvoid
CoverageAggregator.addAll
(Stream<? extends GridCoverageResource> resources) Adds all grid resources provided by the given stream. -
Uses of GridCoverageResource in org.apache.sis.storage.geotiff
Methods in org.apache.sis.storage.geotiff that return GridCoverageResourceModifier and TypeMethodDescriptionGeoTiffStore.append
(RenderedImage image, GridGeometry grid, Metadata metadata) Encodes the given image in the GeoTIFF file.GeoTiffStore.append
(GridCoverage coverage, Metadata metadata) Adds a new grid coverage in the GeoTIFF file.GeoTiffStore.findResource
(String sequence) Returns the image at the given index.Methods in org.apache.sis.storage.geotiff that return types with arguments of type GridCoverageResourceModifier and TypeMethodDescriptionGeoTiffStore.components()
Returns descriptions of all images in this GeoTIFF file.