The domain of a coverage is the set of valid input values.
In Apache SIS, the domain of grid coverages is described by the GridÂGeometry
class.
This class contains the following information:
One of the most important property listed above is the grid to CRS conversion,
which defines how to map pixel coordinates to "real world" coordinates such as latitudes and longitudes.
This relationship is often linear (an affine transform), but not necessarily;
GridGeometry
accepts non-linear conversions as well.