Package org.apache.sis.coverage
Functions that associates positions within a bounded space (its domain) to values (its range).
This package makes no assumption on the domain geometry; it is not necessarily a grid.
For the most common case — a coverage backed by a regular grid (also called "raster") — see
org.apache.sis.coverage.grid
.- Since:
- 1.0
Defined in the sis-feature
module
-
Class Summary Class Description Category Describes a sub-range of sample values in a sample dimension.SampleDimension Describes the data values in a coverage (the range).SampleDimension.Builder A mutable builder for creating an immutableSampleDimension
. -
Exception Summary Exception Description MismatchedCoverageRangeException Thrown when the number of bands or sample dimensions specified to a method is not equal to the number expected by a coverage.SubspaceNotSpecifiedException Thrown when an operation can only be applied on a subspace of a multi-dimensional coverage, but not such subspace has been specified.