public static enum Tile.RenderState extends Enum<Tile.RenderState>
Modifier and Type | Method and Description |
---|---|
static Tile.RenderState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Tile.RenderState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Tile.RenderState NEW
public static final Tile.RenderState RENDERED
public static final Tile.RenderState INVALID
public static Tile.RenderState[] values()
for (Tile.RenderState c : Tile.RenderState.values()) System.out.println(c);
public static Tile.RenderState valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 1996–2019 Geotools. All rights reserved.