Uses of Class
org.apache.sis.coverage.grid.GridGeometry
Packages that use GridGeometry
Package
Description
A coverage backed by a regular grid.
Symbology and map representations, together with a rendering engine for display.
Data store base types for retrieving and saving geospatial data
in various storage formats.
-
Uses of GridGeometry in org.apache.sis.coverage.grid
Fields in org.apache.sis.coverage.grid declared as GridGeometryModifier and TypeFieldDescriptionprotected final GridGeometry
GridDerivation.base
The base grid geometry from which to derive a new grid geometry.static final GridGeometry
GridGeometry.UNDEFINED
An "empty" grid geometry with no value defined.Methods in org.apache.sis.coverage.grid that return GridGeometryModifier and TypeMethodDescriptionDomainLinearizer.apply
(GridGeometry gg) Creates a grid geometry with a linear approximation of the grid to CRS conversion.GridDerivation.build()
Builds a grid geometry with the configuration specified by the other methods in thisGridDerivation
class.GridCoverage.getGridGeometry()
Returns information about the domain of this grid coverage.GridCoverage2D.getGridGeometry2D()
Returns the two-dimensional part of this grid geometry.ImageRenderer.getImageGeometry
(int dimCRS) Computes the conversion from pixel coordinates to CRS, together with the geospatial envelope of the image.GridGeometry.reduce
(int... dimensions) Returns a grid geometry that encompass only some dimensions of this grid geometry.GridGeometry.translate
(long... translation) Returns a grid geometry translated by the given amount of cells compared to this grid.Methods in org.apache.sis.coverage.grid with parameters of type GridGeometryModifier and TypeMethodDescriptionDomainLinearizer.apply
(GridGeometry gg) Creates a grid geometry with a linear approximation of the grid to CRS conversion.GridGeometry.createTransformTo
(GridGeometry target, PixelInCell anchor) Creates a transform from cell coordinates in this grid to cell coordinates in the given grid.GridCoverageProcessor.resample
(GridCoverage source, GridGeometry target) Creates a new coverage with a different grid extent, resolution or coordinate reference system.GridCoverageBuilder.setDomain
(GridGeometry grid) Sets the domain envelope (including its CRS) and/or the transform from grid indices to domain coordinates.GridDerivation.subgrid
(GridGeometry areaOfInterest) Adapts the base grid for the geographic area and resolution of the given grid geometry.Constructors in org.apache.sis.coverage.grid with parameters of type GridGeometryModifierConstructorDescriptionBufferedGridCoverage
(GridGeometry grid, List<? extends SampleDimension> bands, int dataType) Constructs a grid coverage using the specified grid geometry, sample dimensions and data type.BufferedGridCoverage
(GridGeometry domain, List<? extends SampleDimension> range, DataBuffer data) Constructs a grid coverage using the specified grid geometry, sample dimensions and data buffer.protected
GridCoverage
(GridGeometry domain, List<? extends SampleDimension> ranges) Constructs a grid coverage using the specified grid geometry and sample dimensions.GridCoverage2D
(GridGeometry domain, List<? extends SampleDimension> range, RenderedImage data) Constructs a grid coverage using the specified domain, range and data.protected
GridDerivation
(GridGeometry base) Creates a new builder for deriving a grid geometry from the specified base.protected
GridGeometry
(GridGeometry other) Creates a new grid geometry with the same values than the given grid geometry. -
Uses of GridGeometry in org.apache.sis.portrayal
Methods in org.apache.sis.portrayal that return GridGeometryModifier and TypeMethodDescriptionCanvas.getGridGeometry()
Returns canvas properties (CRS, display bounds, conversion) encapsulated in a grid geometry.Methods in org.apache.sis.portrayal with parameters of type GridGeometryModifier and TypeMethodDescriptionvoid
Canvas.setGridGeometry
(GridGeometry newValue) Sets canvas properties from the given grid geometry. -
Uses of GridGeometry in org.apache.sis.storage
Methods in org.apache.sis.storage that return GridGeometryModifier and TypeMethodDescriptionGridCoverageResource.getGridGeometry()
Returns the valid extent of grid coordinates together with the conversion from those grid coordinates to real world coordinates.CoverageQuery.getSelection()
Returns the desired grid extent and resolution.Methods in org.apache.sis.storage with parameters of type GridGeometryModifier and TypeMethodDescriptionGridCoverageResource.read
(GridGeometry domain, int... range) Loads a subset of the grid coverage represented by this resource.void
CoverageQuery.setSelection
(GridGeometry domain) Sets the desired grid extent and resolution.