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 MBExpressioncolors, decisions, featureData, ff, heatMap, json, lookUp, math, name, parse, ramps, string, transformer, types, variableBindings, zoom
 - 
Fields inherited from class FunctionImplfunctionName
 - 
Fields inherited from interface ExpressionNIL
 
- 
 - 
Constructor SummaryConstructors Constructor Description MBVariableBinding(JSONArray json)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ExpressiongetExpression()Determines which expression to use.ExpressionvariableBindingLet()Returns a string describing the type of the given value.ExpressionvariableBindingVar()Returns a string describing the type of the given value.- 
Methods inherited from class MBExpressioncanCreate, create, getName, throwInsufficientArgumentCount, throwUnexpectedArgumentCount, transformExpression, transformLiteral
 - 
Methods inherited from class FunctionImplaccept, dispatchArguments, equals, evaluate, functionName, getFallbackValue, getFunctionName, getParameters, getParameterValue, getParameterValue, hashCode, setFallbackValue, setName, setParameters, toString
 - 
Methods inherited from class ExpressionAbstractevaluate
 - 
Methods inherited from interface Expressionevaluate
 
- 
 
- 
- 
- 
Method Detail- 
variableBindingLetpublic Expression variableBindingLet() Returns a string describing the type of the given value. Example: ["typeof", value]: string- Returns:
- type of provided value expression (not implemented)
 
 - 
variableBindingVarpublic Expression variableBindingVar() Returns a string describing the type of the given value. Example: ["typeof", value]: string- Returns:
- type of provided value expresion (not implemented)
 
 - 
getExpressionpublic Expression getExpression() throws MBFormatException Description copied from class:MBExpressionDetermines which expression to use.- Specified by:
- getExpressionin class- MBExpression
- Throws:
- MBFormatException
 
 
- 
 
-