The Summarize Center and Dispersion task finds central features and directional distributions.
It can be used to answer questions such as:
- Where is the center?
- Which feature is the most accessible from all other features?
- How dispersed, compact, or integrated are the features?
- Are there directional trends?
Request URL
http://<analysis url>/SummarizeCenterAndDispersion/submitJob
Request Parameters
Parameter | Description |
---|---|
(Required) | The point, line, or polygon features to be analyzed. Syntax: As described in detail in the Feature input topic, this parameter can be one of the following:
Examples:
|
| The method with which to summarize the Values: Example: |
| The size of the output ellipse in standard deviations. The default ellipse size is 1. Valid choices are 1, 2, or 3 standard deviations. Examples:
|
| A numeric field in the Example: |
| The field used to group features for separate directional distribution calculations. The Example: |
|
If provided, the task will create a feature service of the results. You define the name of the service. If an Syntax:
In ArcGIS Online or ArcGIS Enterprise 11.0 and later, you can overwrite an existing feature service by providing the Syntax:
or
|
|
The Context parameter contains the following additional settings that affect task operation:
Syntax:
|
| The response format. The default response format is Values: |
Response
When you submit a request, the service assigns a unique job ID for the transaction. Syntax:
{
"jobId": "<unique job identifier>",
"jobStatus": "<job status>"
}
After the initial request is submitted you can use the job
to periodically check the status of the job and messages as described in the topic Check job status. Once the job has successfully completed, you use the job
to retrieve the results. To track the status, you can make a request of the following form:
http://<analysis url>/SummarizeCenterAndDispersion/jobs/<jobId>
Accessing results
When the status of the job request is esri
, you can access the results of the analysis by making a request of the following form.
http://<analysis url>/SummarizeCenterAndDispersion/jobs/<jobId>/results/centralFeatureResultLayer?token=<your token>&f=json
Parameter | Description |
---|---|
| The output result. Example:
The result has properties for parameter name, data type, and value. The contents of value depends upon the
See Feature Output for more information about how the result layer or collection is accessed. |