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.
Simple data store implementations for some ESRI grid formats (ASCII and binary).
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.
Reader of Landsat 8 level 1-2 data.
-
Uses of GridCoverageResource in org.apache.sis.internal.map.coverage
Fields in org.apache.sis.internal.map.coverage declared as GridCoverageResourceModifier and TypeFieldDescriptionfinal GridCoverageResource
MultiResolutionCoverageLoader.resource
The 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 TypeClassDescriptionclass
A grid coverage resource which is a wrapper around another grid coverage resource.class
AGridCoverageResource
in memory.class
Base class of grid coverage resource storing data in tiles.Fields in org.apache.sis.internal.storage declared as GridCoverageResourceModifier and TypeFieldDescriptionprivate final GridCoverageResource
WritableResourceSupport.resource
The resource where to write.private GridCoverageResource
GridResourceWrapper.source
The coverage resource instance which provides the data.Methods in org.apache.sis.internal.storage that return GridCoverageResourceModifier and TypeMethodDescriptionprotected abstract GridCoverageResource
GridResourceWrapper.createSource()
Creates the resource on which to delegate operations.protected final GridCoverageResource
GridResourceWrapper.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.esri
Classes in org.apache.sis.internal.storage.esri that implement GridCoverageResourceModifier and TypeClassDescription(package private) class
Data store implementation for ESRI ASCII grid format.(package private) class
Base class for the implementation of ASCII Grid or raw binary store.(package private) final class
Data store implementation for BIL, BIP, and BSQ raster files.(package private) final class
An ASCII Grid store with writing capabilities. -
Uses of GridCoverageResource in org.apache.sis.internal.storage.image
Classes in org.apache.sis.internal.storage.image that implement GridCoverageResourceModifier and TypeClassDescription(package private) class
A world file store which is expected to contain exactly one image.(package private) static final class
The writable variant ofMultiImageStore
.(package private) class
A single image in aWorldFileStore
.(package private) final class
An image which can be replaced or updated.Methods in org.apache.sis.internal.storage.image that return GridCoverageResourceMethods 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 TypeClassDescriptionclass
Default implementations of several methods for classes that want to implement theGridCoverageResource
interface.(package private) final class
The result ofCoverageQuery.execute(GridCoverageResource)
.Fields in org.apache.sis.storage declared as GridCoverageResourceModifier and TypeFieldDescriptionprivate final GridCoverageResource
CoverageSubset.source
The coverage resource instance which provides the data.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.private void
CoverageQuery.namesToIndices
(GridCoverageResource source) Converts the sample dimension names to sample dimension indices.Constructors in org.apache.sis.storage with parameters of type GridCoverageResourceModifierConstructorDescription(package private)
CoverageSubset
(GridCoverageResource source, CoverageQuery query) Creates a new coverage resource by filtering the given coverage using the given query. -
Uses of GridCoverageResource in org.apache.sis.storage.aggregate
Classes in org.apache.sis.storage.aggregate that implement GridCoverageResourceModifier and TypeClassDescription(package private) final class
A grid coverage resource where a single dimension is the concatenation of many grid coverage resources.Fields in org.apache.sis.storage.aggregate declared as GridCoverageResourceModifier and TypeFieldDescription(package private) final GridCoverageResource
GridSlice.resource
The resource associated to this slice.private final GridCoverageResource[]
ConcatenatedGridResource.slices
The slices of this resource, in the same order thanGridSliceLocator.sliceLows
.Methods in org.apache.sis.storage.aggregate with parameters of type GridCoverageResourceModifier and TypeMethodDescriptionvoid
CoverageAggregator.add
(GridCoverageResource resource) Adds the given resource.(package private) final GridCoverage
ConcatenatedGridCoverage.Loader.getOrLoad
(Integer key, GridCoverageResource source) Returns the coverage if available in the cache, or load it immediately otherwise.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.Constructors in org.apache.sis.storage.aggregate with parameters of type GridCoverageResourceModifierConstructorDescription(package private)
ConcatenatedGridResource
(String name, StoreListeners listeners, GridGeometry domain, List<SampleDimension> ranges, GridCoverageResource[] slices, GridSliceLocator locator, MergeStrategy strategy) Creates a new aggregated resource.(package private)
GridSlice
(GridCoverageResource slice) Creates a new slice for the specified resource.(package private)
GridSliceLocator
(List<GridSlice> slices, int searchDimension, GridCoverageResource[] resources) Creates a new locator for slices at given coordinates.(package private)
GroupAggregate
(StoreListeners listeners, String name, GridCoverageResource[] components, List<SampleDimension> sampleDimensions) Creates a new aggregate with the specified components, which will receive no further processing. -
Uses of GridCoverageResource in org.apache.sis.storage.geotiff
Classes in org.apache.sis.storage.geotiff that implement GridCoverageResourceModifier and TypeClassDescription(package private) class
One or many GeoTIFF images packaged as a single resource.(package private) final class
An Image File Directory (FID) in a TIFF image.(package private) final class
A list of Image File Directory (FID) where the first entry is the image at finest resolution and following entries are images at finer resolutions.Fields in org.apache.sis.storage.geotiff with type parameters of type GridCoverageResourceModifier and TypeFieldDescriptionprivate List
<GridCoverageResource> GeoTiffStore.components
Description of images in this GeoTIFF files.private final List
<GridCoverageResource> Reader.images
Information about each (potentially pyramided) image in this file.Methods in org.apache.sis.storage.geotiff that return GridCoverageResourceModifier and TypeMethodDescriptionprotected GridCoverageResource
MultiResolutionImage.createSource()
Creates the resource on which to delegate operations.GeoTiffStore.findResource
(String sequence) Returns the image at the given index.GeoTiffStore.Components.get
(int index) Returns element at the given index or throwIndexOutOfBoundsException
.(package private) final GridCoverageResource
Reader.getImage
(int index) Returns the potentially pyramided Image File Directories (IFDs) at the given index.private GridCoverageResource
GeoTiffStore.Components.getImageFileDirectory
(int index) Returns element at the given index or returnsnull
if the index is invalid.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. -
Uses of GridCoverageResource in org.apache.sis.storage.landsat
Classes in org.apache.sis.storage.landsat that implement GridCoverageResourceModifier and TypeClassDescription(package private) final class
A band in a Landsat data set.Methods in org.apache.sis.storage.landsat that return GridCoverageResourceModifier and TypeMethodDescriptionprotected GridCoverageResource
Band.createSource()
Creates the GeoTIFF reader and get the first image from it.