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