Uses of Class
org.apache.sis.internal.storage.RangeArgument
Packages that use RangeArgument
Package
Description
Utility classes for the implementation of SIS storage classes.
Simple data store implementations for some ESRI grid formats (ASCII and binary).
-
Uses of RangeArgument in org.apache.sis.internal.storage
Methods in org.apache.sis.internal.storage that return RangeArgumentModifier and TypeMethodDescriptionstatic RangeArgument
Validate theranges
argument given toGridCoverageResource.read(GridGeometry, int...)
. -
Uses of RangeArgument in org.apache.sis.internal.storage.esri
Methods in org.apache.sis.internal.storage.esri with parameters of type RangeArgumentModifier 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.RawRasterReader.read
(GridGeometry domain, RangeArgument range) Loads the data.