Uses of Class
org.geotools.tile.Tile.ContextState
-
Packages that use Tile.ContextState Package Description org.geotools.tile -
-
Uses of Tile.ContextState in org.geotools.tile
Methods in org.geotools.tile that return Tile.ContextState Modifier and Type Method Description Tile.ContextState
Tile. getContextState()
This function returns the state of the tile render stack.static Tile.ContextState
Tile.ContextState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Tile.ContextState[]
Tile.ContextState. 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.ContextState Modifier and Type Method Description void
Tile. setContextState(Tile.ContextState newState)
Sets the state of the tile rendering stack.
-