Uses of Class
org.apache.sis.coverage.BandedCoverage
Packages that use BandedCoverage
Package
Description
Functions that associates positions within a bounded space (its domain) to values (its range).
A coverage backed by a regular grid.
Utility classes for the implementation of SIS storage classes.
Resources which are aggregations or concatenations of other resources.
Maps GeoTIFF tags to ISO metadata and read raster data as coverages.
-
Uses of BandedCoverage in org.apache.sis.coverage
Methods in org.apache.sis.coverage that return BandedCoverageModifier and TypeMethodDescriptionBandedCoverage.Evaluator.getCoverage()
Returns the coverage from which this evaluator is computing sample values. -
Uses of BandedCoverage in org.apache.sis.coverage.grid
Subclasses of BandedCoverage in org.apache.sis.coverage.gridModifier and TypeClassDescriptionclass
Basic access to grid data values backed by a n-dimensionalDataBuffer
.(package private) final class
Decorates aGridCoverage
in order to convert sample values on the fly.(package private) class
A grid coverage which is derived from a single source coverage, The default implementations of methods in this class assume that this derived coverage uses the same sample dimensions than the source coverage.class
Base class of coverages with domains defined as a set of grid points.class
Basic access to grid data values backed by a two-dimensionalRenderedImage
.(package private) final class
A multi-dimensional grid coverage where each two-dimensional slice is the resampling of data from another grid coverage.(package private) final class
A grid coverage with the same data than the source coverage, with only a translation applied on grid coordinates. -
Uses of BandedCoverage in org.apache.sis.internal.storage
Subclasses of BandedCoverage in org.apache.sis.internal.storageModifier and TypeClassDescriptionclass
Base class of grid coverage read from a resource where data are stored in tiles. -
Uses of BandedCoverage in org.apache.sis.storage.aggregate
Subclasses of BandedCoverage in org.apache.sis.storage.aggregateModifier and TypeClassDescription(package private) final class
A grid coverage where a single dimension is the concatenation of many grid coverages. -
Uses of BandedCoverage in org.apache.sis.storage.geotiff
Subclasses of BandedCoverage in org.apache.sis.storage.geotiffModifier and TypeClassDescription(package private) final class
Raster data obtained from a compressed GeoTIFF file in the domain requested by user.(package private) class
Raster data obtained from a GeoTIFF file in the domain requested by user.