Package com.esri.arcgisruntime.arcade
Contains classes for working with the Arcade expression scripting language.
- Since:
- 100.11.0
-
Interface Summary Interface Description ArcadeConsoleMessageListener Defines the callback listener to listen toArcadeConsoleMessageEvent
events. -
Class Summary Class Description ArcadeConsoleMessageContext Provides information about the execution context where an Arcade console function is invoked.ArcadeConsoleMessageEvent Represents the result of evaluating an Arcade console message, which appeared in an Arcade script.ArcadeEvaluationResult The result from the successful evaluation of an Arcade Expression.ArcadeEvaluator This object allows you to evaluate anArcadeExpression
under a givenArcadeProfile
.ArcadeExpression An Arcade expression, containing an expression, a name, a return type and a title. -
Enum Summary Enum Description ArcadeExpressionReturnType The expected type of the result calculated by an expression described within anArcadeExpression
.ArcadeProfile The execution context a script will run under.