Spatial analysis is the process of using analytical techniques to find relationships, discover patterns, and solve problems with geographic data.
To perform spatial analysis with OpenLayers, use the ArcGIS REST JS library to access the spatial analysis service.Steps
- Use ArcGIS portal to import your data and create a feature service and feature layer.
- Get your analysis URL.
- Use the
requestpackage in ArcGIS REST JS. - Perform a spatial analysis operation.
- Display the results in a map with OpenLayers.
Feature analysis
You can use feature analysis to find where features overlap, measure their size and shape, or detect patterns and relationships in your data.
Perform a feature analysis
Learn how to perform a hot spot analysis on parking data using the Job request in ArcGIS REST JS.