Uses of Class
org.openstreetmap.josm.data.imagery.vectortile.mapbox.style.Expression
-
Packages that use Expression 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 Expression in org.openstreetmap.josm.data.imagery.vectortile.mapbox.style
Fields in org.openstreetmap.josm.data.imagery.vectortile.mapbox.style declared as Expression Modifier and Type Field Description static ExpressionExpression. EMPTY_EXPRESSIONAn empty expression to useprivate ExpressionLayers. filterAn optional expressionMethods in org.openstreetmap.josm.data.imagery.vectortile.mapbox.style that return Expression Modifier and Type Method Description ExpressionLayers. getFilter()Get the filter for this layer
-