Uses of Interface
org.apache.sis.storage.GridCoverageResource
Packages that use GridCoverageResource
Package
Description
Helper classes for the rendering of grid coverages.
Utility classes for the implementation of SIS storage classes.
Bridges between Apache SIS data stores and Java Image I/O.
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.internal.map.coverage
Fields in org.apache.sis.internal.map.coverage declared as GridCoverageResourceModifier and TypeFieldDescriptionfinal GridCoverageResourceMultiResolutionCoverageLoader.resourceThe resource from which to read grid coverages.Constructors in org.apache.sis.internal.map.coverage with parameters of type GridCoverageResourceModifierConstructorDescriptionMultiResolutionCoverageLoader(GridCoverageResource resource, org.opengis.geometry.Envelope domain, int[] range) Creates a new loader of grid coverages from the given resource. -
Uses of GridCoverageResource in org.apache.sis.internal.storage
Classes in org.apache.sis.internal.storage that implement GridCoverageResourceModifier and TypeClassDescriptionclassA grid coverage resource which is a wrapper around another grid coverage resource.classAGridCoverageResourcein memory.classBase class of grid coverage resource storing data in tiles.Methods in org.apache.sis.internal.storage that return GridCoverageResourceModifier and TypeMethodDescriptionprotected abstract GridCoverageResourceGridResourceWrapper.createSource()Creates the resource on which to delegate operations.protected final GridCoverageResourceGridResourceWrapper.source()Returns the potentially cached source.Constructors in org.apache.sis.internal.storage with parameters of type GridCoverageResourceModifierConstructorDescriptionWritableResourceSupport(GridCoverageResource resource, WritableGridCoverageResource.Option[] options) Creates a new helper class for the given options. -
Uses of GridCoverageResource in org.apache.sis.internal.storage.image
Methods in org.apache.sis.internal.storage.image that return types with arguments of type GridCoverageResourceModifier and TypeMethodDescriptionCollection<? extends GridCoverageResource> WorldFileStore.components()Returns all images in this store. -
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.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.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.