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.
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.resourcePropertyThe source of coverage data shown in this canvas.final ObjectProperty<GridCoverageResource>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 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.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.