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