Uses of Package
org.apache.sis.coverage.grid
-
Packages that use org.apache.sis.coverage.grid Package Description org.apache.sis.coverage.grid A coverage backed by a regular grid.org.apache.sis.storage Data store base types for retrieving and saving geospatial data in various storage formats. -
Classes in org.apache.sis.coverage.grid used by org.apache.sis.coverage.grid Class Description GridCoverage Base class of coverages with domains defined as a set of grid points.GridDerivation Creates a new grid geometry derived from a base grid geometry with different extent or resolution.GridExtent A range of grid coverage coordinates, also known as "grid envelope".GridGeometry Valid extent of grid coordinates together with the transform from those grid coordinates to real world coordinates.GridRoundingMode Specifies rounding behavior of computations ofGridExtent
from floating-point values.IllegalGridGeometryException Thrown when the argument specified to a method or constructor would result in an invalidGridGeometry
.PixelTranslation The translation to apply for different values ofPixelOrientation
orPixelInCell
. -
Classes in org.apache.sis.coverage.grid used by org.apache.sis.storage Class Description GridCoverage Base class of coverages with domains defined as a set of grid points.GridGeometry Valid extent of grid coordinates together with the transform from those grid coordinates to real world coordinates.