{ "name": "SummarizeInvasiveSpecies", "displayName": "Summarize Invasive Species", "description": "Finds and summarizes invasive species within a buffer zone of designated locations.", "category": "", "helpUrl": "https://gis.esriindonesia.co.id/arcgis/rest/directories/arcgisoutput/SummarizeInvasiveSpecies_GPServer/SummarizeInvasiveSpecies/SummarizeInvasiveSpecies.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Human_Contact_Locations", "dataType": "GPFeatureRecordSetLayer", "displayName": "Human Contact Locations", "description": "The features representing locations where people may encounter invasive grass species.", "direction": "esriGPParameterDirectionInput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPoint", "spatialReference": { "wkid": 2193, "latestWkid": 2193 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "Name", "type": "esriFieldTypeString", "alias": "Name", "length": 140 } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Buffer_Distance", "dataType": "GPLinearUnit", "displayName": "Buffer Distance", "description": "The distance zones around human contact locations that will be analyzed for the presence of invasive species.", "direction": "esriGPParameterDirectionInput", "dependency": "Human_Contact_Locations", "defaultValue": { "distance": 1.5, "units": "esriKilometers" }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Invasive_Species", "dataType": "GPString", "displayName": "Invasive Species", "description": "The invasive grass species to be analyzed for proximity to human contact locations.", "direction": "esriGPParameterDirectionInput", "defaultValue": "Nassella Tussock Range", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "Commercial Campgrounds", "Campsites", "Trails", "Roads", "Populated Places", "Nassella Tussock Range", "Region" ] }, { "name": "Output_Feature_Class", "dataType": "GPFeatureRecordSetLayer", "displayName": "Invasive Grass Summary.", "description": "The name of the output feature class.", "direction": "esriGPParameterDirectionOutput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPolygon", "spatialReference": { "wkid": 2193, "latestWkid": 2193 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "Name", "type": "esriFieldTypeString", "alias": "Name", "length": 140 }, { "name": "BUFF_DIST", "type": "esriFieldTypeDouble", "alias": "BUFF_DIST" }, { "name": "ORIG_FID", "type": "esriFieldTypeInteger", "alias": "ORIG_FID" }, { "name": "sum_Area_HECTARES", "type": "esriFieldTypeDouble", "alias": "Summarized Area in HECTARES" }, { "name": "Polygon_Count", "type": "esriFieldTypeInteger", "alias": "Count of Polygons" }, { "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 hosted feature service containing all the feature or table results of the tool. When no name is specified, standard feature or table results will still be available.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" } ] }