Uses of Class
org.geotools.mbstyle.expression.MBExpression
-
Packages that use MBExpression Package Description org.geotools.mbstyle.expression -
-
Uses of MBExpression in org.geotools.mbstyle.expression
Subclasses of MBExpression in org.geotools.mbstyle.expression Modifier and Type Class Description class
MBColor
A class to transform mapbox color expressions into GeoTools expressions.class
MBDecision
The expressions in this section can be used to add conditional logic to your styles.class
MBFeatureData
class
MBHeatmap
class
MBLookup
class
MBMath
class
MBRampsScalesCurves
class
MBString
This class is an extension of the MBExpression containing the functions to support MapBox Style String expressions.class
MBTypes
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
MBVariableBinding
class
MBZoom
This class is here to get zoom level properties from a mapMethods in org.geotools.mbstyle.expression that return MBExpression Modifier and Type Method Description static MBExpression
MBExpression. create(JSONArray json)
Factory method used to produce the correct MBExpression subclass for the provided JSONArray.
-