Uses of Class
org.geotools.tile.Tile.ValidatedState
-
Packages that use Tile.ValidatedState Package Description org.geotools.tile -
-
Uses of Tile.ValidatedState in org.geotools.tile
Methods in org.geotools.tile that return Tile.ValidatedState Modifier and Type Method Description Tile.ValidatedState
Tile. getTileState()
Gets the validation state.static Tile.ValidatedState
Tile.ValidatedState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Tile.ValidatedState[]
Tile.ValidatedState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.geotools.tile with parameters of type Tile.ValidatedState Modifier and Type Method Description void
Tile. setTileState(Tile.ValidatedState newState)
Sets the validation state.
-