Uses of Class
org.apache.sis.coverage.grid.GridGeometry
Packages that use GridGeometry
Package
Description
Functions that associates positions within a bounded space (its domain) to values (its range).
A coverage backed by a regular grid.
A set of helper classes for grid coverages.
A set of helper classes for the SIS implementation backed by Java2D.
Helper classes for the rendering of grid coverages.
Specialization of
org.apache.sis.internal.sql.feature for the PostGIS database.Utility classes for the implementation of SIS storage classes.
Simple data store implementations for some ESRI grid formats (ASCII and binary).
Bridges between Apache SIS data stores and Java Image I/O.
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.
Resources which are aggregations or concatenations of other resources.
Maps GeoTIFF tags to ISO metadata and read raster data as coverages.
Base types for retrieving and saving tiles in resources.
-
Uses of GridGeometry in org.apache.sis.coverage
Methods in org.apache.sis.coverage with parameters of type GridGeometryModifier and TypeMethodDescriptionRegionOfInterest.toShape2D(GridGeometry target) Returns the clip geometry in coordinates of grid cells. -
Uses of GridGeometry in org.apache.sis.coverage.grid
Fields in org.apache.sis.coverage.grid declared as GridGeometryModifier and TypeFieldDescriptionprotected final GridGeometryGridDerivation.baseThe base grid geometry from which to derive a new grid geometry.private GridGeometryGridCoverageBuilder.domainThe domain (input) of the coverage function, ornullif unspecified.private final GridGeometryImageRenderer.geometryThe grid geometry of theGridCoveragespecified at construction time.private GridGeometryImageRenderer.Untiled.geometryThe value associated to the "org.apache.sis.GridGeometry" key, ornullif not yet computed.private final GridGeometrySliceGeometry.geometryThe coverage grid geometry from which to take a slice.protected final GridGeometryGridCoverage.gridGeometryThe grid extent, coordinate reference system (CRS) and conversion from cell indices to CRS.private GridGeometryImageRenderer.imageGeometryThe result ofImageRenderer.getImageGeometry(int)if the specified number of dimension 2.private final GridGeometryCoordinateOperationFinder.sourceThe grid geometry which is the source/target of the coordinate operation to find.private final GridGeometryCoordinateOperationFinder.targetThe grid geometry which is the source/target of the coordinate operation to find.static final GridGeometryGridGeometry.UNDEFINEDAn "empty" grid geometry with no value defined.Fields in org.apache.sis.coverage.grid with type parameters of type GridGeometryModifier and TypeFieldDescriptionprivate final AtomicReference<GridGeometry>GridCoverage2D.gridGeometry2DThe two-dimensional components of the coordinate reference system and "grid to CRS" transform.Methods in org.apache.sis.coverage.grid that return GridGeometryModifier and TypeMethodDescription(package private) static GridGeometryGridCoverage2D.addExtentIfAbsent(GridGeometry domain, RenderedImage data) If the given domain does not have aGridExtent, creates a new grid geometry with an extent computed from the given image.(package private) static GridGeometryGridCoverage2D.addExtentIfAbsent(GridGeometry domain, Rectangle bounds) If the given domain does not have aGridExtent, creates a new grid geometry with an extent computed from the given image bounds.DomainLinearizer.apply(GridGeometry gg) Creates a grid geometry with a linear approximation of the grid to CRS conversion.SliceGeometry.apply(RenderedImage image) Computes the "org.apache.sis.GridGeometry" property value for the given image.GridDerivation.build()Builds a grid geometry with the configuration specified by the other methods in thisGridDerivationclass.private GridGeometryGridCoverageBuilder.domainWithAxisFlips(GridGeometry grid) Returns the GridCoverageBuilder.domain with axis flips applied.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) Deprecated.(package private) final GridGeometrySliceGeometry.reduce(GridExtent relativeExtent, int dimCRS) Creates a new grid geometry over the specified dimensions of the geometry specified at construction time.GridGeometry.relocate(GridExtent newExtent) Returns a grid geometry with the given grid extent, which implies a new "real world" computation.GridGeometry.selectDimensions(int... dimensions) Returns a grid geometry that encompass only some dimensions of this grid geometry.GridGeometry.shiftGrid(long... translation) Translates grid coordinates by the given amount of cells without changing "real world" coordinates.GridGeometry.translate(long... translation) Deprecated.RenamedshiftGrid(long...)for making clearer that this method changes grid coordinates without changing "real world" coordinates.GridGeometry.upsample(int... periods) Creates a new grid geometry upsampled by the given amount of cells along each grid dimensions.Methods in org.apache.sis.coverage.grid with parameters of type GridGeometryModifier and TypeMethodDescription(package private) static GridGeometryGridCoverage2D.addExtentIfAbsent(GridGeometry domain, RenderedImage data) If the given domain does not have aGridExtent, creates a new grid geometry with an extent computed from the given image.(package private) static GridGeometryGridCoverage2D.addExtentIfAbsent(GridGeometry domain, Rectangle bounds) If the given domain does not have aGridExtent, creates a new grid geometry with an extent computed from the given image bounds.DomainLinearizer.apply(GridGeometry gg) Creates a grid geometry with a linear approximation of the grid to CRS conversion.(package private) static GridCoverageResampledGridCoverage.create(GridCoverage source, GridGeometry target, ImageProcessor processor, boolean allowOperationReplacement) Implementation ofGridCoverageProcessor.resample(GridCoverage, GridGeometry).(package private) static GridCoverageTranslatedGridCoverage.create(GridCoverage source, GridGeometry domain, long[] translation, boolean allowSourceReplacement) Returns a grid coverage which will use thedomaingrid geometry.org.opengis.referencing.operation.MathTransformGridGeometry.createTransformTo(GridGeometry target, org.opengis.referencing.datum.PixelInCell anchor) Creates a transform from cell coordinates in this grid to cell coordinates in the given grid.private GridGeometryGridCoverageBuilder.domainWithAxisFlips(GridGeometry grid) Returns the GridCoverageBuilder.domain with axis flips applied.(package private) static booleanResampledGridCoverage.equivalent(GridGeometry sourceGG, GridGeometry targetGG) Checks if two grid geometries are equal, ignoring unspecified properties.private static long[]ResampledGridCoverage.findDependentDimensions(org.opengis.referencing.operation.MathTransform mt, GridGeometry domain) Returns the set of target dimensions that depend on each source dimension.(package private) static org.opengis.referencing.crs.DerivedCRSGridExtentCRS.forCoverage(String name, GridGeometry gg, org.opengis.referencing.datum.PixelInCell anchor, Locale locale) Creates a derived CRS for the grid extent of a grid coverage.private static booleanResampledGridCoverage.isDefined(GridGeometry sourceGG, GridGeometry targetGG, int property) Returns whether the given property is defined in both grid geometries.private static org.opengis.geometry.DirectPositionCoordinateOperationFinder.median(GridGeometry grid, org.opengis.referencing.operation.MathTransform changeOfCRS) Returns the point of interest converted to the Coordinate Reference System.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.(package private)CoordinateOperationFinder(GridGeometry source, GridGeometry target) Creates a new finder initialized toPixelInCell.CELL_CORNERanchor.(package private)DerivedGridCoverage(GridCoverage source, GridGeometry domain) Constructs a new grid coverage which is derived from the given source.(package private)DimensionReducer(GridGeometry base, org.opengis.referencing.crs.CoordinateReferenceSystem targetCRS) Creates an helper which will retain only thetargetCRSdimensions that are found the the base grid.(package private)GridCoverage(GridCoverage source, GridGeometry domain) Constructs a new grid coverage with the same sample dimensions than the given source.protectedGridCoverage(GridGeometry domain, List<? extends SampleDimension> ranges) Constructs a grid coverage using the specified grid geometry and sample dimensions.(package private)GridCoverage2D(GridCoverage source, GridGeometry domain, GridExtent extent, RenderedImage data) Creates a new grid coverage for the resampling of specified source coverage.GridCoverage2D(GridGeometry domain, List<? extends SampleDimension> range, RenderedImage data) Constructs a grid coverage using the specified domain, range and data.protectedGridDerivation(GridGeometry base) Creates a new builder for deriving a grid geometry from the specified base.protectedGridGeometry(GridGeometry other) Creates a new grid geometry with the same values than the given grid geometry.GridGeometry(GridGeometry other, GridExtent extent, org.opengis.referencing.operation.MathTransform toOther) Creates a new grid geometry derived from the given grid geometry with a new extent and a modified transform.privateResampledGridCoverage(GridCoverage source, GridGeometry domain, org.opengis.referencing.operation.MathTransform toSourceCorner, org.opengis.referencing.operation.MathTransform toSourceCenter, CoordinateOperationFinder changeOfCRS, ImageProcessor processor) Creates a new grid coverage which will be the resampling of the given source.(package private)SliceGeometry(GridGeometry geometry, GridExtent sliceExtent, int[] gridDimensions, org.opengis.referencing.operation.MathTransformFactory factory) Creates a new builder of slice geometry.privateTranslatedGridCoverage(GridCoverage source, GridGeometry domain, long[] translation) Constructs a new grid coverage which will delegate the rendering operation to the given source.(package private)Untiled(ColorModel colors, WritableRaster raster, Hashtable<?, ?> properties, GridGeometry geometry, SliceGeometry supplier) Creates a new buffered image wrapping the given raster. -
Uses of GridGeometry in org.apache.sis.internal.coverage
Methods in org.apache.sis.internal.coverage that return GridGeometryModifier and TypeMethodDescriptionprivate static GridGeometryCoverageCombiner.getGridGeometry(RenderedImage image, GridCoverage coverage, GridExtent slice) Returns information about conversion from pixel coordinates to "real world" coordinates. -
Uses of GridGeometry in org.apache.sis.internal.coverage.j2d
Fields in org.apache.sis.internal.coverage.j2d declared as GridGeometryModifier and TypeFieldDescriptionprivate final GridGeometryDeferredProperty.ImageGeometry.gridThe grid geometry of the grid coverage rendered as an image.Methods in org.apache.sis.internal.coverage.j2d that return GridGeometryModifier and TypeMethodDescriptionDeferredProperty.ImageGeometry.apply(RenderedImage image) Invoked when thePlanarImage.GRID_GEOMETRY_KEYvalue needs to be computed.Methods in org.apache.sis.internal.coverage.j2d with parameters of type GridGeometryModifier and TypeMethodDescriptionDeferredProperty.forGridGeometry(GridGeometry grid, int[] dimensions) Creates a deferred property for computing the value ofPlanarImage.GRID_GEOMETRY_KEY.Constructors in org.apache.sis.internal.coverage.j2d with parameters of type GridGeometryModifierConstructorDescriptionImageGeometry(GridGeometry grid, int[] dimensions) Creates a deferred property for an image grid geometry. -
Uses of GridGeometry in org.apache.sis.internal.map.coverage
Fields in org.apache.sis.internal.map.coverage declared as GridGeometryModifier and TypeFieldDescriptionprivate GridGeometryRenderingData.dataGeometryConversion fromRenderingData.datapixel coordinates to the coverage CRS, together with geospatial area.Methods in org.apache.sis.internal.map.coverage with parameters of type GridGeometryModifier and TypeMethodDescriptionprivate static org.opengis.referencing.operation.MathTransformRenderingData.concatenate(org.opengis.referencing.datum.PixelInCell anchor, GridGeometry toCRS, GridGeometry toGrid, org.opengis.referencing.operation.MathTransform changeOfCRS) Computes the transform that represent a change of "data grid to objective" transformprivate static double[][]MultiResolutionCoverageLoader.defaultResolutions(GridGeometry gg, double[] base) Computes default resolutions starting from the given finest level.final GridCoverageMultiResolutionCoverageLoader.getOrLoad(GridGeometry domain, int[] range) If the a grid coverage for the given domain and range is in the cache, returns that coverage.final voidRenderingData.setImageSpace(GridGeometry domain, List<SampleDimension> ranges, int[] xyDims) Sets the input space (domain) and output space (ranges) of the image to be rendered. -
Uses of GridGeometry in org.apache.sis.internal.sql.postgis
Methods in org.apache.sis.internal.sql.postgis with parameters of type GridGeometryModifier and TypeMethodDescriptionvoidRasterWriter.setGridToCRS(GridGeometry gg) Sets the conversion from grid coordinates to CRS coordinates together with target CRS. -
Uses of GridGeometry in org.apache.sis.internal.storage
Fields in org.apache.sis.internal.storage declared as GridGeometryModifier and TypeFieldDescription(package private) final GridGeometryTiledGridResource.Subset.domainThe sub-region extent, CRS and conversion from cell indices to CRS.Methods in org.apache.sis.internal.storage that return GridGeometryModifier and TypeMethodDescriptionGridResourceWrapper.getGridGeometry()Returns the valid extent of grid coordinates together with the conversion from those grid coordinates to real world coordinates.MemoryGridResource.getGridGeometry()Returns information about the domain of wrapped grid coverage.Methods in org.apache.sis.internal.storage with parameters of type GridGeometryModifier and TypeMethodDescriptionfinal booleanMetadataBuilder.addSpatialRepresentation(String description, GridGeometry grid, boolean addResolution) Adds and populates a "spatial representation info" node using the given grid geometry.GridResourceWrapper.read(GridGeometry domain, int... ranges) Loads a subset of the grid coverage represented by this resource.MemoryGridResource.read(GridGeometry domain, int... ranges) Returns a subset of the wrapped grid coverage.Constructors in org.apache.sis.internal.storage with parameters of type GridGeometryModifierConstructorDescriptionSubset(GridGeometry domain, int[] range) Creates parameters for the given domain and range. -
Uses of GridGeometry in org.apache.sis.internal.storage.esri
Fields in org.apache.sis.internal.storage.esri declared as GridGeometryModifier and TypeFieldDescriptionprivate GridGeometryRawRasterReader.effectiveDomainDomain of the raster returned by the lastread(…)operation.private GridGeometryAsciiGridStore.gridGeometryThe image size together with the "grid to CRS" transform.(package private) final GridGeometryRawRasterReader.gridGeometryThe full image size together with the "grid to CRS" transform.Methods in org.apache.sis.internal.storage.esri that return GridGeometryModifier and TypeMethodDescription(package private) final GridGeometryRawRasterReader.getEffectiveDomain()Returns the domain of the raster returned by the lastread(…)operation.AsciiGridStore.getGridGeometry()Returns the valid extent of grid coordinates together with the conversion from those grid coordinates to real world coordinates.RawRasterStore.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.internal.storage.esri with parameters of type GridGeometryModifier and TypeMethodDescription(package private) final GridCoverage2DRasterStore.createCoverage(GridGeometry domain, RangeArgument range, WritableRaster data, Statistics stats) Creates the grid coverage resulting from aGridCoverageResource.read(GridGeometry, int...)operation.private static SequenceTypeWritableStore.getAffineCoefficients(Map<String, Object> header, GridGeometry gg, WritableResourceSupport h) Gets the coefficients of the affine transform.AsciiGridStore.read(GridGeometry domain, int... ranges) Loads the data if not already done and closes the channel if read-only.RawRasterReader.read(GridGeometry domain, RangeArgument range) Loads the data.RawRasterStore.read(GridGeometry domain, int... ranges) Loads the data.Constructors in org.apache.sis.internal.storage.esri with parameters of type GridGeometryModifierConstructorDescriptionRawRasterReader(GridGeometry gridGeometry, SampleModel layout, int bandGapBytes, ChannelDataInput input) Creates a new reader for the given input. -
Uses of GridGeometry in org.apache.sis.internal.storage.image
Fields in org.apache.sis.internal.storage.image declared as GridGeometryModifier and TypeFieldDescriptionprivate GridGeometryWorldFileResource.gridGeometryThe grid geometry of this resource.private GridGeometryWorldFileStore.gridGeometryThe conversion from pixel center to CRS, ornullif none or not yet computed.Methods in org.apache.sis.internal.storage.image that return GridGeometryModifier and TypeMethodDescriptionfinal GridGeometrySingleImageStore.getGridGeometry()Returns the valid extent of grid coordinates together with the conversion from those grid coordinates to real world coordinates.final GridGeometryWorldFileResource.getGridGeometry()Returns the valid extent of grid coordinates together with the conversion from those grid coordinates to real world coordinates.(package private) final GridGeometryWorldFileStore.getGridGeometry(int index) Gets the grid geometry for image at the given index.Methods in org.apache.sis.internal.storage.image with parameters of type GridGeometryModifier and TypeMethodDescriptionfinal GridCoverageSingleImageStore.read(GridGeometry domain, int... ranges) Loads a subset of the image wrapped by this resource.final GridCoverageWorldFileResource.read(GridGeometry domain, int... ranges) Loads a subset of the image wrapped by this resource.(package private) StringWorldFileStore.setGridGeometry(int index, GridGeometry gg) Sets the store-wide grid geometry when a new coverage is written.(package private) StringWritableStore.setGridGeometry(int index, GridGeometry gg) Sets the store-wide grid geometry.Constructors in org.apache.sis.internal.storage.image with parameters of type GridGeometryModifierConstructorDescription(package private)WorldFileResource(WorldFileStore store, StoreListeners parent, int imageIndex, GridGeometry gridGeometry) Creates a new resource.(package private)WritableResource(WritableStore store, StoreListeners parent, int imageIndex, GridGeometry gridGeometry) Creates a new resource. -
Uses of GridGeometry in org.apache.sis.portrayal
Fields in org.apache.sis.portrayal declared as GridGeometryModifier and TypeFieldDescriptionprivate GridGeometryCanvas.gridGeometryThe grid geometry, computed when first needed and reset tonullwhen invalidated.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 TypeMethodDescriptionvoidCanvas.setGridGeometry(GridGeometry newValue) Sets canvas properties from the given grid geometry. -
Uses of GridGeometry in org.apache.sis.storage
Fields in org.apache.sis.storage declared as GridGeometryModifier and TypeFieldDescriptionprivate GridGeometryCoverageQuery.domainDesired grid extent and resolution, ornullfor reading the whole domain.Methods in org.apache.sis.storage that return GridGeometryModifier and TypeMethodDescriptionprivate GridGeometryCoverageSubset.clip(GridGeometry domain, GridRoundingMode rounding, GridClippingMode clipping) Clips the given domain to the area of interest specified by the query.CoverageSubset.getGridGeometry()Returns the valid extent of grid coordinates clipped to the area specified in the query.GridCoverageResource.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 TypeMethodDescriptionprotected DataStoreExceptionAbstractGridCoverageResource.canNotRead(String filename, GridGeometry request, Throwable cause) Creates an exception for a failure to load data.private GridGeometryCoverageSubset.clip(GridGeometry domain, GridRoundingMode rounding, GridClippingMode clipping) Clips the given domain to the area of interest specified by the query.protected voidAbstractGridCoverageResource.logReadOperation(Object file, GridGeometry domain, long startTime) Logs the execution of aGridCoverageResource.read(GridGeometry, int...)operation.CoverageSubset.read(GridGeometry domain, int... ranges) Loads a subset of the grid coverage represented by this resource.GridCoverageResource.read(GridGeometry domain, int... ranges) Loads a subset of the grid coverage represented by this resource.voidCoverageQuery.setSelection(GridGeometry domain) Sets the desired grid extent and resolution. -
Uses of GridGeometry in org.apache.sis.storage.aggregate
Fields in org.apache.sis.storage.aggregate declared as GridGeometryModifier and TypeFieldDescriptionprivate final GridGeometryConcatenatedGridCoverage.Loader.domainThe domain to request when reading a coverage from the resource.private final GridGeometryGridSlice.geometryGeometry of the grid coverage or resource.private final GridGeometryGroupByTransform.geometryGeometry of the grid coverage or resource.private final GridGeometryConcatenatedGridResource.gridGeometryThe grid geometry of this aggregated resource.Methods in org.apache.sis.storage.aggregate that return GridGeometryModifier and TypeMethodDescriptionfinal GridGeometryConcatenatedGridResource.getGridGeometry()Returns the grid geometry of this aggregated resource.(package private) final <E> GridGeometryGridSliceLocator.union(GridGeometry base, List<E> slices, Function<E, GridExtent> getter) Creates a new grid geometry which is the union of all grid extent in the concatenated resource.Methods in org.apache.sis.storage.aggregate with parameters of type GridGeometryModifier and TypeMethodDescription(package private) final IntegerMergeStrategy.apply(GridGeometry request, GridGeometry[] candidates) Applies the merge using the strategy represented by this instance.(package private) static <E> GroupByCRS<E>GroupByCRS.getOrAdd(List<GroupByCRS<E>> groups, GridGeometry geometry) Returns the group of objects associated to the given grid geometry.ConcatenatedGridResource.read(GridGeometry domain, int... ranges) Loads a subset of the grid coverage represented by this resource.(package private) final <E> GridGeometryGridSliceLocator.union(GridGeometry base, List<E> slices, Function<E, GridExtent> getter) Creates a new grid geometry which is the union of all grid extent in the concatenated resource.Constructors in org.apache.sis.storage.aggregate with parameters of type GridGeometryModifierConstructorDescription(package private)ConcatenatedGridCoverage(ConcatenatedGridResource source, GridGeometry domain, Object[] slices, int startAt, int[] deferred, GridGeometry request, int[] ranges) Creates a new aggregated coverage.(package private)ConcatenatedGridResource(String name, StoreListeners listeners, GridGeometry domain, List<SampleDimension> ranges, GridCoverageResource[] slices, GridSliceLocator locator, MergeStrategy strategy) Creates a new aggregated resource.(package private)GroupByTransform(GridGeometry geometry, org.opengis.referencing.operation.MathTransform gridToCRS, MergeStrategy strategy) Creates a new group of objects associated to the given transform.(package private)Loader(int[] deferred, GridGeometry domain, int[] ranges) Creates a new loader. -
Uses of GridGeometry in org.apache.sis.storage.geotiff
Fields in org.apache.sis.storage.geotiff declared as GridGeometryModifier and TypeFieldDescriptionprivate GridGeometryImageFileDirectory.gridGeometryThe grid geometry created byGridGeometryBuilder.build(Reader, long, long).Methods in org.apache.sis.storage.geotiff that return GridGeometryModifier and TypeMethodDescriptionCreates the grid geometry and collect related metadata.ImageFileDirectory.getGridGeometry()Returns an object containing the image size, the CRS and the conversion from pixel indices to CRS coordinates.Methods in org.apache.sis.storage.geotiff with parameters of type GridGeometryModifier and TypeMethodDescriptionvoidGridGeometryBuilder.completeMetadata(GridGeometry gridGeometry, MetadataBuilder metadata) Completes ISO 19115 metadata with some GeoTIFF values inferred from the geotags.private double[]MultiResolutionImage.getResolution(GridGeometry domain) Converts a resolution from units in the given CRS to units of this coverage CRS.final GridCoverageDataCube.read(GridGeometry domain, int... ranges) Creates aGridCoveragewhich will load pixel data in the given domain.MultiResolutionImage.read(GridGeometry domain, int... ranges) Loads a subset of the grid coverage represented by this resource. -
Uses of GridGeometry in org.apache.sis.storage.tiling
Methods in org.apache.sis.storage.tiling that return GridGeometryModifier and TypeMethodDescriptionTileMatrix.getTilingScheme()Returns a description about how space is partitioned into individual tiled units.
selectDimensions(int...)for clarity and consistency withGridExtent.