Uses of Enum Class
org.geotools.tile.Tile.ContextState
Packages that use Tile.ContextState
-
Uses of Tile.ContextState in org.geotools.tile
Methods in org.geotools.tile that return Tile.ContextStateModifier and TypeMethodDescriptionTile.getContextState()
This function returns the state of the tile render stack.static Tile.ContextState
Returns the enum constant of this class with the specified name.static Tile.ContextState[]
Tile.ContextState.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.ContextStateModifier and TypeMethodDescriptionvoid
Tile.setContextState
(Tile.ContextState newState) Sets the state of the tile rendering stack.