Analysis
The Analysis widget provides an easy way to use ArcGIS Online spatial analysis tools in your application.
Configurable attributes
The following table describes the configurable attributes of the Analysis widget.
Attribute | Description |
---|---|
analysisTools | Object array. The default is empty. The properties of the array item are as follows:
|
Example
{
"analysisTools": [{
"name": "AggregatePoints",
"showHelp": false,
"showCredits": false,
"showChooseExtent ": true,
"showReadyToUseLayers ": true,
"returnFeatureCollection ": false,
"toolLabel ": "My Aggregate tool"
}]
}