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