Uses of Class
org.geotools.mbstyle.expression.MBExpression
Packages that use MBExpression
-
Uses of MBExpression in org.geotools.mbstyle.expression
Subclasses of MBExpression in org.geotools.mbstyle.expressionModifier and TypeClassDescriptionclass
A class to transform mapbox color expressions into GeoTools expressions.class
The expressions in this section can be used to add conditional logic to your styles.class
class
class
class
class
class
This class is an extension of the MBExpression containing the functions to support MapBox Style String expressions.class
The expressions in this section are provided for the purpose of testing for and converting between different data types like strings, numbers, and boolean values.class
class
This class is here to get zoom level properties from a mapMethods in org.geotools.mbstyle.expression that return MBExpressionModifier and TypeMethodDescriptionstatic MBExpression
MBExpression.create
(JSONArray json) Factory method used to produce the correct MBExpression subclass for the provided JSONArray.