Package org.geotools.mbstyle.expression
Class MBVariableBinding
- Object
-
- ExpressionAbstract
-
- FunctionImpl
-
- MBExpression
-
- MBVariableBinding
-
- All Implemented Interfaces:
Expression
,Function
public class MBVariableBinding extends MBExpression
-
-
Field Summary
-
Fields inherited from class MBExpression
colors, decisions, featureData, ff, heatMap, json, lookUp, math, name, parse, ramps, string, transformer, types, variableBindings, zoom
-
Fields inherited from class FunctionImpl
functionName
-
Fields inherited from interface Expression
NIL
-
-
Constructor Summary
Constructors Constructor Description MBVariableBinding(JSONArray json)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Expression
getExpression()
Determines which expression to use.Expression
variableBindingLet()
Returns a string describing the type of the given value.Expression
variableBindingVar()
Returns a string describing the type of the given value.-
Methods inherited from class MBExpression
canCreate, create, getName, throwInsufficientArgumentCount, throwUnexpectedArgumentCount, transformExpression, transformLiteral
-
Methods inherited from class FunctionImpl
accept, dispatchArguments, equals, evaluate, functionName, getFallbackValue, getFunctionName, getParameters, getParameterValue, getParameterValue, hashCode, setFallbackValue, setName, setParameters, toString
-
Methods inherited from class ExpressionAbstract
evaluate
-
Methods inherited from interface Expression
evaluate
-
-
-
-
Method Detail
-
variableBindingLet
public Expression variableBindingLet()
Returns a string describing the type of the given value. Example: ["typeof", value]: string- Returns:
- type of provided value expression (not implemented)
-
variableBindingVar
public Expression variableBindingVar()
Returns a string describing the type of the given value. Example: ["typeof", value]: string- Returns:
- type of provided value expresion (not implemented)
-
getExpression
public Expression getExpression() throws MBFormatException
Description copied from class:MBExpression
Determines which expression to use.- Specified by:
getExpression
in classMBExpression
- Throws:
MBFormatException
-
-