{ "name": "FindHotSpots", "displayName": "FindHotSpots", "description": "The \u201cFind Hot Spots\u201d task finds statistically significant clusters of incident points, weighted points, or weighted polygons. For incident data, the analysis field (weight) is obtained by aggregation. Output is a hot spot map.", "category": "", "helpUrl": "https://maps.kerncounty.com/arcgis/rest/directories/arcgisoutput/System/SpatialAnalysisTools_GPServer/System_SpatialAnalysisTools/FindHotSpots.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "analysisLayer", "dataType": "GPString", "displayName": "analysisLayer", "description": "The point or polygon feature layer for which hot spots will be calculated.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "analysisField", "dataType": "GPString", "displayName": "analysisField", "description": "The numeric field in the AnalysisLayer that will be analyzed. ", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "dividedByField", "dataType": "GPString", "displayName": "dividedByField", "description": "", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "boundingPolygonLayer", "dataType": "GPString", "displayName": "boundingPolygonLayer", "description": "When the analysis layer is points and no AnalysisField is specified, you can provide polygons features that define where incidents could have occurred.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "aggregationPolygonLayer", "dataType": "GPString", "displayName": "aggregationPolygonLayer", "description": "When the AnalysisLayer contains points and no AnalysisField is specified, you can provide polygon features into which the points will be aggregated and analyzed, such as administrative units.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "outputName", "dataType": "GPString", "displayName": "outputName", "description": "Additional properties such as output feature service name.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "context", "dataType": "GPString", "displayName": "context", "description": "Additional settings such as processing extent and output spatial reference.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "hotSpotsResultLayer", "dataType": "GPString", "displayName": "hotSpotsResultLayer", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "processInfo", "dataType": "GPString", "displayName": "processInfo", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }