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