{ "name": "InterpolatePoints", "displayName": "InterpolatePoints", "description": "The Interpolate Points task allows you to predict values at new locations based on measurements from a collection of points. The task takes point data with values at each point and returns areas classified by predicted values. ", "category": "", "helpUrl": "https://maps.kerncounty.com/arcgis/rest/directories/arcgisoutput/System/SpatialAnalysisTools_GPServer/System_SpatialAnalysisTools/InterpolatePoints.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "inputLayer", "dataType": "GPString", "displayName": "inputLayer", "description": "The point layer whose features will be interpolated.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "field", "dataType": "GPString", "displayName": "field", "description": "Name of the numeric field containing the values you wish to interpolate.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "interpolateOption", "dataType": "GPString", "displayName": "interpolateOption", "description": "Integer value declaring your preference for speed versus accuracy, from 1 (fastest) to 9 (most accurate). More accurate predictions take longer to calculate.", "direction": "esriGPParameterDirectionInput", "defaultValue": "5", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "1", "5", "9" ] }, { "name": "outputPredictionError", "dataType": "GPBoolean", "displayName": "outputPredictionError", "description": "If True, a polygon layer of standard errors for the interpolation predictions will be returned in the predictionError output parameter.", "direction": "esriGPParameterDirectionInput", "defaultValue": false, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "classificationType", "dataType": "GPString", "displayName": "classificationType", "description": "Determines how predicted values will be classified into areas.", "direction": "esriGPParameterDirectionInput", "defaultValue": "GeometricInterval", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "EqualArea", "EqualInterval", "GeometricInterval", "Manual" ] }, { "name": "numClasses", "dataType": "GPLong", "displayName": "numClasses", "description": "This value is used to divide the range of interpolated values into distinct classes. The range of values in each class is determined by the classificationType parameter. Each class defines the boundaries of the result polygons.", "direction": "esriGPParameterDirectionInput", "defaultValue": 10, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "classBreaks", "dataType": "GPMultiValue:GPDouble", "displayName": "classBreaks", "description": "If classificationType is Manual, supply desired class break values separated by spaces. These values define the upper limit of each class, so the number of classes will equal the number of entered values. Areas will not be created for any locations with predicted values above the largest entered break value. You must enter at least two values and no more than 32.", "direction": "esriGPParameterDirectionInput", "defaultValue": [], "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "boundingPolygonLayer", "dataType": "GPString", "displayName": "boundingPolygonLayer", "description": "A layer specifying the polygon(s) where you want values to be interpolated.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "predictAtPointLayer", "dataType": "GPString", "displayName": "predictAtPointLayer", "description": "An optional layer specifying point locations to calculate prediction values. This allows you to make predictions at specific locations of interest. ", "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": "resultLayer", "dataType": "GPString", "displayName": "resultLayer", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "predictionError", "dataType": "GPString", "displayName": "predictionError", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "predictedPointLayer", "dataType": "GPString", "displayName": "predictedPointLayer", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }