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 GridGeometry
GridDerivation.base
The base grid geometry from which to derive a new grid geometry.private GridGeometry
GridCoverageBuilder.domain
The domain (input) of the coverage function, ornull
if unspecified.private final GridGeometry
ImageRenderer.geometry
The grid geometry of theGridCoverage
specified at construction time.private GridGeometry
ImageRenderer.Untiled.geometry
The value associated to the "org.apache.sis.GridGeometry" key, ornull
if not yet computed.private final GridGeometry
SliceGeometry.geometry
The coverage grid geometry from which to take a slice.protected final GridGeometry
GridCoverage.gridGeometry
The grid extent, coordinate reference system (CRS) and conversion from cell indices to CRS.private GridGeometry
ImageRenderer.imageGeometry
The result ofImageRenderer.getImageGeometry(int)
if the specified number of dimension 2.private final GridGeometry
CoordinateOperationFinder.source
The grid geometry which is the source/target of the coordinate operation to find.private final GridGeometry
CoordinateOperationFinder.target
The grid geometry which is the source/target of the coordinate operation to find.static final GridGeometry
GridGeometry.UNDEFINED
An "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.gridGeometry2D
The 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 GridGeometry
GridCoverage2D.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 GridGeometry
GridCoverage2D.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 thisGridDerivation
class.private GridGeometry
GridCoverageBuilder.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 GridGeometry
SliceGeometry.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 GridGeometry
GridCoverage2D.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 GridGeometry
GridCoverage2D.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 GridCoverage
ResampledGridCoverage.create
(GridCoverage source, GridGeometry target, ImageProcessor processor, boolean allowOperationReplacement) Implementation ofGridCoverageProcessor.resample(GridCoverage, GridGeometry)
.(package private) static GridCoverage
TranslatedGridCoverage.create
(GridCoverage source, GridGeometry domain, long[] translation, boolean allowSourceReplacement) Returns a grid coverage which will use thedomain
grid geometry.org.opengis.referencing.operation.MathTransform
GridGeometry.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 GridGeometry
GridCoverageBuilder.domainWithAxisFlips
(GridGeometry grid) Returns the GridCoverageBuilder.domain with axis flips applied.(package private) static boolean
ResampledGridCoverage.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.DerivedCRS
GridExtentCRS.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 boolean
ResampledGridCoverage.isDefined
(GridGeometry sourceGG, GridGeometry targetGG, int property) Returns whether the given property is defined in both grid geometries.private static org.opengis.geometry.DirectPosition
CoordinateOperationFinder.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_CORNER
anchor.(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 thetargetCRS
dimensions 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.protected
GridCoverage
(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.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.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.private
ResampledGridCoverage
(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.private
TranslatedGridCoverage
(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 GridGeometry
CoverageCombiner.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 GridGeometry
DeferredProperty.ImageGeometry.grid
The 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_KEY
value 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 GridGeometry
RenderingData.dataGeometry
Conversion fromRenderingData.data
pixel 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.MathTransform
RenderingData.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 GridCoverage
MultiResolutionCoverageLoader.getOrLoad
(GridGeometry domain, int[] range) If the a grid coverage for the given domain and range is in the cache, returns that coverage.final void
RenderingData.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 TypeMethodDescriptionvoid
RasterWriter.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 GridGeometry
TiledGridResource.Subset.domain
The 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 boolean
MetadataBuilder.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 GridGeometry
RawRasterReader.effectiveDomain
Domain of the raster returned by the lastread(…)
operation.private GridGeometry
AsciiGridStore.gridGeometry
The image size together with the "grid to CRS" transform.(package private) final GridGeometry
RawRasterReader.gridGeometry
The 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 GridGeometry
RawRasterReader.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 GridCoverage2D
RasterStore.createCoverage
(GridGeometry domain, RangeArgument range, WritableRaster data, Statistics stats) Creates the grid coverage resulting from aGridCoverageResource.read(GridGeometry, int...)
operation.private static SequenceType
WritableStore.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 GridGeometry
WorldFileResource.gridGeometry
The grid geometry of this resource.private GridGeometry
WorldFileStore.gridGeometry
The conversion from pixel center to CRS, ornull
if none or not yet computed.Methods in org.apache.sis.internal.storage.image that return GridGeometryModifier and TypeMethodDescriptionfinal GridGeometry
SingleImageStore.getGridGeometry()
Returns the valid extent of grid coordinates together with the conversion from those grid coordinates to real world coordinates.final GridGeometry
WorldFileResource.getGridGeometry()
Returns the valid extent of grid coordinates together with the conversion from those grid coordinates to real world coordinates.(package private) final GridGeometry
WorldFileStore.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 GridCoverage
SingleImageStore.read
(GridGeometry domain, int... ranges) Loads a subset of the image wrapped by this resource.final GridCoverage
WorldFileResource.read
(GridGeometry domain, int... ranges) Loads a subset of the image wrapped by this resource.(package private) String
WorldFileStore.setGridGeometry
(int index, GridGeometry gg) Sets the store-wide grid geometry when a new coverage is written.(package private) String
WritableStore.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 GridGeometry
Canvas.gridGeometry
The grid geometry, computed when first needed and reset tonull
when 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 TypeMethodDescriptionvoid
Canvas.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 GridGeometry
CoverageQuery.domain
Desired grid extent and resolution, ornull
for reading the whole domain.Methods in org.apache.sis.storage that return GridGeometryModifier and TypeMethodDescriptionprivate GridGeometry
CoverageSubset.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 DataStoreException
AbstractGridCoverageResource.canNotRead
(String filename, GridGeometry request, Throwable cause) Creates an exception for a failure to load data.private GridGeometry
CoverageSubset.clip
(GridGeometry domain, GridRoundingMode rounding, GridClippingMode clipping) Clips the given domain to the area of interest specified by the query.protected void
AbstractGridCoverageResource.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.void
CoverageQuery.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 GridGeometry
ConcatenatedGridCoverage.Loader.domain
The domain to request when reading a coverage from the resource.private final GridGeometry
GridSlice.geometry
Geometry of the grid coverage or resource.private final GridGeometry
GroupByTransform.geometry
Geometry of the grid coverage or resource.private final GridGeometry
ConcatenatedGridResource.gridGeometry
The grid geometry of this aggregated resource.Methods in org.apache.sis.storage.aggregate that return GridGeometryModifier and TypeMethodDescriptionfinal GridGeometry
ConcatenatedGridResource.getGridGeometry()
Returns the grid geometry of this aggregated resource.(package private) final <E> GridGeometry
GridSliceLocator.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 Integer
MergeStrategy.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> GridGeometry
GridSliceLocator.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 GridGeometry
ImageFileDirectory.gridGeometry
The 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 TypeMethodDescriptionvoid
GridGeometryBuilder.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 GridCoverage
DataCube.read
(GridGeometry domain, int... ranges) Creates aGridCoverage
which 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
.