{ "name": "SelectSites", "displayName": "Select_Sites", "description": "Allow users to select those sites that are close to the area users are interested in, close to rivers and railroads.", "category": "", "helpUrl": "https://gis-portal.usc.edu/arcgis/rest/directories/arcgisoutput/SelectSites_GPServer/SelectSites/SelectSites.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "InputLocation", "dataType": "GPFeatureRecordSetLayer", "displayName": "InputLocation", "description": "Enter location of interest", "direction": "esriGPParameterDirectionInput", "defaultValue": { "displayFieldName": "", "hasZ": true, "geometryType": "esriGeometryPoint", "spatialReference": { "wkid": 102100, "latestWkid": 3857 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "Name", "type": "esriFieldTypeString", "alias": "Name", "length": 255 }, { "name": "Text", "type": "esriFieldTypeString", "alias": "Text", "length": 255 }, { "name": "IntegerValue", "type": "esriFieldTypeInteger", "alias": "IntegerValue" }, { "name": "DoubleValue", "type": "esriFieldTypeDouble", "alias": "DoubleValue" }, { "name": "DateTime", "type": "esriFieldTypeDate", "alias": "DateTime", "length": 8 } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "DistanceToLocation", "dataType": "GPLinearUnit", "displayName": "DistanceToLocation", "description": "Distance to location of interest", "direction": "esriGPParameterDirectionInput", "defaultValue": { "distance": 90, "units": "esriKilometers" }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "DistanceToRailroads", "dataType": "GPLinearUnit", "displayName": "DistanceToRailroads", "description": "Enter buffer distance to railroads", "direction": "esriGPParameterDirectionInput", "defaultValue": { "distance": 5, "units": "esriKilometers" }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "DistanceToRivers", "dataType": "GPLinearUnit", "displayName": "DistanceToRivers", "description": "Enter buffer distance to rivers", "direction": "esriGPParameterDirectionInput", "defaultValue": { "distance": 5, "units": "esriKilometers" }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "CandidateSites", "dataType": "GPFeatureRecordSetLayer", "displayName": "CandidateSites", "description": "output candidate sites", "direction": "esriGPParameterDirectionOutput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPolygon", "spatialReference": { "wkid": 102100, "latestWkid": 3857 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length" }, { "name": "Shape_Area", "type": "esriFieldTypeDouble", "alias": "Shape_Area" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "esri_out_feature_service_name", "dataType": "GPString", "displayName": "Output Feature Service Name", "description": "The name of the optional feature service to create on the federated server containing the result of this tool. If no name is specified an output feature service will not be created.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" } ] }