| AtFunction |
Returns the value in a JSONArray at a given index.
|
| CSSFunction |
|
| DefaultIfNullFunction |
Function that takes an input value, and a default value.
|
| ExponentialFunction |
Generate an output by interpolating between stops just less than and just greater than the function input.
|
| FontAlternativesFunction |
Looks up all script specific alternatives for the given font name.
|
| FontAttributesExtractor |
Function object parsing a full font name and returning its base name, bold and italic modifiers as properties.
|
| GetFunction |
Returns the value of a given object key in a JSONObject.
|
| HasFunction |
Evaluate to TRUE if a JSONObject contains a given key value or FALSE if it does not.
|
| ListSizeFunction |
Returns the size of a given list
|
| MapBoxAnchorFunction |
|
| MapBoxFontBaseNameFunction |
Returns a font base name
|
| MapBoxFontStyleFunction |
Returns "italic" or "normal" based on the font name
|
| MapBoxFontWeightFunction |
Returns "bold" or "normal" based on the font name
|
| MapBoxLengthFunction |
Returns the size of a list or the length of a string
|
| MBFunctionFactory |
|
| MBFunctionUtil |
Utility functions for MBExpressions.
|
| StringTransformFunction |
Function that takes an input and applies a text transformation (one of "lowercase", "uppercase", or "none").
|
| ToRgb |
Generate a rgb color from integer values between 0-255.
|
| ZoomLevelFunction |
Function that takes a scale denominator and a srid and outputs the zoom level.
|