Uses of Interface
org.apache.sis.storage.tiling.TileMatrix
Packages that use TileMatrix
Package
Description
Base types for retrieving and saving tiles in resources.
-
Uses of TileMatrix in org.apache.sis.storage.tiling
Subinterfaces of TileMatrix in org.apache.sis.storage.tilingModifier and TypeInterfaceDescriptioninterface
ATileMatrix
that can write and delete tiles.Methods in org.apache.sis.storage.tiling that return types with arguments of type TileMatrixModifier and TypeMethodDescriptionSortedMap<org.opengis.util.GenericName,
? extends TileMatrix> TileMatrixSet.getTileMatrices()
Returns allTileMatrix
instances in this set, together with their identifiers.Methods in org.apache.sis.storage.tiling with parameters of type TileMatrixModifier and TypeMethodDescriptionWritableTileMatrixSet.createTileMatrix
(TileMatrix tiles) Adds the given tile matrix to this set and returns a writable instance for later completion.