{ "name": "RunPolygonPointSelection", "displayName": "Run Polygon Point Selection", "description": "Accepts a polygon or zipped polygon shapefile, returns points with provider information by LOC_ID. Build 2026-03-17-b10.", "category": "", "helpUrl": "https://rdgdwe.sc.egov.usda.gov/arcgis/rest/directories/arcgisoutput/RunPolygonPointSelection10_GPServer/RunPolygonPointSelection10/RunPolygonPointSelection.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "input_polygon", "dataType": "GPFeatureRecordSetLayer", "displayName": "Input Polygon", "description": "Provide a polygon sketch or feature set from Experience Builder. The tool accepts Experience Builder featureSet wrapper JSON and standard GP feature set input.", "direction": "esriGPParameterDirectionInput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPolygon", "spatialReference": { "wkid": 102100, "latestWkid": 3857 }, "fields": [ { "name": "FID", "type": "esriFieldTypeOID", "alias": "FID" }, { "name": "FieldOne", "type": "esriFieldTypeString", "alias": "FieldOne", "length": 2 }, { "name": "Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length" }, { "name": "Shape_Area", "type": "esriFieldTypeDouble", "alias": "Shape_Area" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "input_polygon_zip", "dataType": "GPDataFile", "displayName": "Input Polygon Zip", "description": "Provide a .zip file containing a polygon shapefile when a sketch polygon is not supplied. The uploaded shapefile must contain polygon geometry.", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "point_layer_url", "dataType": "GPString", "displayName": "Point Layer URL", "description": "", "direction": "esriGPParameterDirectionInput", "defaultValue": "https://rdgdwe.sc.egov.usda.gov/arcgis/rest/services/eConnect/NITIA_FABRIC_POINTS/MapServer/0", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "output_points_schema_seed", "dataType": "GPFeatureRecordSetLayer", "displayName": "Output Points Schema Seed", "description": "", "direction": "esriGPParameterDirectionInput", "defaultValue": {}, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "output_points", "dataType": "GPFeatureRecordSetLayer", "displayName": "Output Map Points", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": {}, "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "output_points_debug_json", "dataType": "GPString", "displayName": "Output Map Points JSON", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }