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 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.Fields in org.apache.sis.internal.storage declared as GridCoverageResourceModifier and TypeFieldDescriptionprivate final GridCoverageResourceWritableResourceSupport.resourceThe resource where to write.private GridCoverageResourceGridResourceWrapper.sourceThe coverage resource instance which provides the data.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.esri
Classes in org.apache.sis.internal.storage.esri that implement GridCoverageResourceModifier and TypeClassDescription(package private) classData store implementation for ESRI ASCII grid format.(package private) classBase class for the implementation of ASCII Grid or raw binary store.(package private) final classData store implementation for BIL, BIP, and BSQ raster files.(package private) final classAn 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) classA world file store which is expected to contain exactly one image.(package private) static final classThe writable variant ofMultiImageStore.(package private) classA single image in aWorldFileStore.(package private) final classAn 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 TypeClassDescriptionclassDefault implementations of several methods for classes that want to implement theGridCoverageResourceinterface.(package private) final classThe result ofCoverageQuery.execute(GridCoverageResource).Fields in org.apache.sis.storage declared as GridCoverageResourceModifier and TypeFieldDescriptionprivate final GridCoverageResourceCoverageSubset.sourceThe coverage resource instance which provides the data.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.private voidCoverageQuery.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 classA 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 GridCoverageResourceGridSlice.resourceThe resource associated to this slice.private final GridCoverageResource[]ConcatenatedGridResource.slicesThe slices of this resource, in the same order thanGridSliceLocator.sliceLows.Methods in org.apache.sis.storage.aggregate with parameters of type GridCoverageResourceModifier and TypeMethodDescriptionvoidCoverageAggregator.add(GridCoverageResource resource) Adds the given resource.(package private) final GridCoverageConcatenatedGridCoverage.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 TypeMethodDescriptionvoidCoverageAggregator.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) classOne or many GeoTIFF images packaged as a single resource.(package private) final classAn Image File Directory (FID) in a TIFF image.(package private) final classA 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.componentsDescription of images in this GeoTIFF files.private final List<GridCoverageResource>Reader.imagesInformation about each (potentially pyramided) image in this file.Methods in org.apache.sis.storage.geotiff that return GridCoverageResourceModifier and TypeMethodDescriptionprotected GridCoverageResourceMultiResolutionImage.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 GridCoverageResourceReader.getImage(int index) Returns the potentially pyramided Image File Directories (IFDs) at the given index.private GridCoverageResourceGeoTiffStore.Components.getImageFileDirectory(int index) Returns element at the given index or returnsnullif 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 classA band in a Landsat data set.Methods in org.apache.sis.storage.landsat that return GridCoverageResourceModifier and TypeMethodDescriptionprotected GridCoverageResourceBand.createSource()Creates the GeoTIFF reader and get the first image from it.