Uses of Class
org.geotools.tile.Tile.RenderState
-
Packages that use Tile.RenderState Package Description org.geotools.tile -
-
Uses of Tile.RenderState in org.geotools.tile
Methods in org.geotools.tile that return Tile.RenderState Modifier and Type Method Description Tile.RenderState
Tile. getRenderState()
Gets the state of the tiled image.static Tile.RenderState
Tile.RenderState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Tile.RenderState[]
Tile.RenderState. 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.RenderState Modifier and Type Method Description void
Tile. setRenderState(Tile.RenderState newState)
Sets the state of the tiles image.
-