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.
Maps GeoTIFF tags to ISO metadata and read raster data as coverages.
-
Uses of TiledGridCoverage.AOI in org.apache.sis.internal.storage
Fields in org.apache.sis.internal.storage declared as TiledGridCoverage.AOIModifier and TypeFieldDescriptionprivate final TiledGridCoverage.AOITiledDeferredImage.iteratorIterator over tiles.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.(package private)TiledDeferredImage(int[] imageSize, int[] tileLower, Map<String, Object> properties, TiledGridCoverage.AOI iterator) Creates a new tiled image. -
Uses of TiledGridCoverage.AOI in org.apache.sis.storage.geotiff
Methods in org.apache.sis.storage.geotiff with parameters of type TiledGridCoverage.AOIModifier and TypeMethodDescriptionprotected final Raster[]DataSubset.readTiles(TiledGridCoverage.AOI iterator) Returns all tiles in the given area of interest.Constructors in org.apache.sis.storage.geotiff with parameters of type TiledGridCoverage.AOIModifierConstructorDescription(package private)Tile(TiledGridCoverage.AOI domain, Vector tileOffsets, int[] includedBanks, int numTiles) Stores information about a tile to be loaded.