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.resourcePropertyThe source of coverage data shown in this canvas.CoverageExplorer.resourcePropertyThe source of coverage data shown in this explorer.Methods in org.apache.sis.gui.coverage that return GridCoverageResourceModifier and TypeMethodDescriptionfinal GridCoverageResourceCoverageCanvas.getResource()Returns the source of coverages for this viewer.final GridCoverageResourceCoverageExplorer.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 voidCoverageCanvas.setResource(GridCoverageResource resource) Sets the source of coverages shown in this viewer.final voidCoverageExplorer.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 TypeClassDescriptionclassDefault implementations of several methods for classes that want to implement theGridCoverageResourceinterface.Methods in org.apache.sis.storage that return GridCoverageResourceModifier and TypeMethodDescriptionprotected GridCoverageResourceCoverageQuery.execute(GridCoverageResource source) Applies this query on the given coverage resource.default GridCoverageResourceRequests a subset of the coverage.Methods in org.apache.sis.storage with parameters of type GridCoverageResourceModifier and TypeMethodDescriptionprotected GridCoverageResourceCoverageQuery.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 TypeMethodDescriptionvoidCoverageAggregator.add(GridCoverageResource resource) Adds the given resource.voidCoverageAggregator.add(GridCoverageResource resource, double lower, double span, SingleCRS crs) Adds the given resource augmented with a single grid dimension.voidCoverageAggregator.add(GridCoverageResource resource, Instant lower, Duration span) Adds the given resource augmented with a single temporal grid dimension.voidCoverageAggregator.add(GridCoverageResource resource, GridGeometry dimToAdd) Adds the given resource augmented with the specified grid dimensions.voidCoverageAggregator.addRangeAggregate(GridCoverageResource... sources) Adds a resource whose range is the aggregation of the ranges of a sequence of resources.voidCoverageAggregator.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 TypeMethodDescriptionvoidCoverageAggregator.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.