Uses of Class
org.openstreetmap.josm.data.imagery.vectortile.mapbox.style.Layers.Type
-
Packages that use Layers.Type Package Description org.openstreetmap.josm.data.imagery.vectortile.mapbox.style -
-
Uses of Layers.Type in org.openstreetmap.josm.data.imagery.vectortile.mapbox.style
Fields in org.openstreetmap.josm.data.imagery.vectortile.mapbox.style declared as Layers.Type Modifier and Type Field Description private Layers.Type
Layers. type
The required typeMethods in org.openstreetmap.josm.data.imagery.vectortile.mapbox.style that return Layers.Type Modifier and Type Method Description Layers.Type
Layers. getType()
Get the type of this layerstatic Layers.Type
Layers.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static Layers.Type[]
Layers.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-