Uses of Enum
org.apache.sis.storage.tiling.TileStatus
Packages that use TileStatus
Package
Description
Base types for retrieving and saving tiles in resources.
-
Uses of TileStatus in org.apache.sis.storage.tiling
Methods in org.apache.sis.storage.tiling that return TileStatusModifier and TypeMethodDescriptionTile.getStatus()
Returns information about whether the tile failed to load.TileMatrix.getTileStatus
(long... indices) Fetches information about whether a tile exists, is missing or failed to load.static TileStatus
Returns the enum constant of this type with the specified name.static TileStatus[]
TileStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.