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.
Maps GeoTIFF tags to ISO metadata and read raster data as coverages.
-
Uses of GridCoverageResource in org.apache.sis.gui.coverage
Fields in org.apache.sis.gui.coverage with type parameters of type GridCoverageResourceModifier and TypeFieldDescriptionfinal ObjectProperty<GridCoverageResource>
CoverageCanvas.resourceProperty
The source of coverage data shown in this canvas.final ObjectProperty<GridCoverageResource>
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.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.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.