Uses of Enum Class
org.geotools.tile.Tile.ValidatedState
Packages that use Tile.ValidatedState
-
Uses of Tile.ValidatedState in org.geotools.tile
Methods in org.geotools.tile that return Tile.ValidatedStateModifier and TypeMethodDescriptionTile.getTileState()
Gets the validation state.static Tile.ValidatedState
Returns the enum constant of this class with the specified name.static Tile.ValidatedState[]
Tile.ValidatedState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.geotools.tile with parameters of type Tile.ValidatedStateModifier and TypeMethodDescriptionvoid
Tile.setTileState
(Tile.ValidatedState newState) Sets the validation state.