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