Uses of Class
org.apache.sis.internal.storage.TiledGridCoverage.AOI
Packages that use TiledGridCoverage.AOI
Package
Description
Utility classes for the implementation of SIS storage classes.
-
Uses of TiledGridCoverage.AOI in org.apache.sis.internal.storage
Methods in org.apache.sis.internal.storage that return TiledGridCoverage.AOIModifier and TypeMethodDescriptionTiledGridCoverage.AOI.subset(int[] tileLower, int[] tileUpper) Returns a newAOIinstance over a sub-region of this Area Of Interest.Methods in org.apache.sis.internal.storage with parameters of type TiledGridCoverage.AOIModifier and TypeMethodDescriptionprotected abstract Raster[]TiledGridCoverage.readTiles(TiledGridCoverage.AOI iterator) Returns all tiles in the given area of interest.Constructors in org.apache.sis.internal.storage with parameters of type TiledGridCoverage.AOIModifierConstructorDescriptionSnapshot(TiledGridCoverage.AOI iterator) Stores information about a tile to be loaded.