Uses of Interface
org.apache.sis.storage.tiling.Tile
Packages that use Tile
Package
Description
Base types for retrieving and saving tiles in resources.
-
Uses of Tile in org.apache.sis.storage.tiling
Methods in org.apache.sis.storage.tiling that return types with arguments of type TileModifier and TypeMethodDescriptionTileMatrix.getTile
(long... indices) Gets a tile at the given indices.TileMatrix.getTiles
(GridExtent indicesRanges, boolean parallel) Retrieves a stream of existing tiles in the specified region.Method parameters in org.apache.sis.storage.tiling with type arguments of type TileModifier and TypeMethodDescriptionvoid
WritableTileMatrix.writeTiles
(Stream<Tile> tiles) Writes a stream of tiles.