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 Provides classes for converting Mapbox Vector Styles to JOSM MapCSS stylesheets See the style specification for more information on what the Mapbox Vector Style translation code expects. -
-
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 SchemeSource. schemeThe tile schemeMethods in org.openstreetmap.josm.data.imagery.vectortile.mapbox.style that return Scheme Modifier and Type Method Description static SchemeScheme. valueOf(java.lang.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.
-