Uses of Interface
org.apache.sis.storage.tiling.WritableTileMatrixSet
Packages that use WritableTileMatrixSet
Package
Description
Base types for retrieving and saving tiles in resources.
-
Uses of WritableTileMatrixSet in org.apache.sis.storage.tiling
Methods in org.apache.sis.storage.tiling that return WritableTileMatrixSetModifier and TypeMethodDescriptionWritableTiledResource.createTileMatrixSet
(TileMatrixSet tiles) Adds the given tile matrix set to this resource and returns a writable instance for later completion.Methods in org.apache.sis.storage.tiling that return types with arguments of type WritableTileMatrixSetModifier and TypeMethodDescriptionCollection
<? extends WritableTileMatrixSet> WritableTiledResource.getTileMatrixSets()
Returns the collection of all available tile matrix sets in this resource.