Uses of Class
org.apache.sis.coverage.grid.GridGeometry
-
Packages that use GridGeometry 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. -
-
Uses of GridGeometry in org.apache.sis.coverage.grid
Fields in org.apache.sis.coverage.grid declared as GridGeometry Modifier and Type Field Description protected GridGeometry
GridDerivation. base
The base grid geometry from which to derive a new grid geometry.static GridGeometry
GridGeometry. UNDEFINED
An "empty" grid geometry with no value defined.Methods in org.apache.sis.coverage.grid that return GridGeometry Modifier and Type Method Description GridGeometry
GridDerivation. build()
Builds a grid geometry with the configuration specified by the other methods in thisGridDerivation
class.GridGeometry
GridCoverage. getGridGeometry()
Returns information about the domain of this grid coverage.GridGeometry
GridGeometry. reduce(int... dimensions)
Returns a grid geometry that encompass only some dimensions of the grid geometry.Methods in org.apache.sis.coverage.grid with parameters of type GridGeometry Modifier and Type Method Description GridDerivation
GridDerivation. subgrid(GridGeometry gridOfInterest)
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 GridGeometry Constructor Description GridCoverage(GridGeometry grid, Collection<? extends SampleDimension> bands)
Constructs a grid coverage using the specified grid geometry and sample dimensions.GridDerivation(GridGeometry base)
Creates a new builder for deriving a grid geometry from the specified base.GridGeometry(GridGeometry other)
Creates a new grid geometry with the same values than the given grid geometry. -
Uses of GridGeometry in org.apache.sis.storage
Methods in org.apache.sis.storage that return GridGeometry Modifier and Type Method Description GridGeometry
GridCoverageResource. getGridGeometry()
Returns the valid extent of grid coordinates together with the conversion from those grid coordinates to real world coordinates.Methods in org.apache.sis.storage with parameters of type GridGeometry Modifier and Type Method Description GridCoverage
GridCoverageResource. read(GridGeometry domain, int... range)
Loads a subset of the grid coverage represented by this resource.
-