dojo.require("esri.support.expressionUtils")
Description
(Added at v3.23)
A utility module that allows you to enable
geometry operations referenced inside
Arcade expressions. When a FeatureLayer is already loaded and geometry functions are referenced in new expressions, then geometry operations must be enabled using this utility. Apps that load FeatureLayers already using geometry operations within Arcade expressions in the renderer, infoTemplate, or labelingInfo will automatically load all geometry operations at runtime. Therefore, this utility is not needed in those situations.
Samples
Search for
samples that use this class.
Methods
Method Details