Uses of Enum Class
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
Subclasses with type arguments of type TileStatus in org.apache.sis.storage.tilingMethods 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 class with the specified name.static TileStatus[]
TileStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.