{ "name": "SampleRept", "displayName": "SampleRept", "description": "sample, select table, calculate percentage for reptiles", "category": "", "helpUrl": "https://heportal.esri.com/server/rest/directories/arcgisoutput/SampleReptProduction_GPServer/SampleReptProduction/SampleRept.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "crf_name", "dataType": "GPString", "displayName": "crf_name", "description": "path to crf", "direction": "esriGPParameterDirectionInput", "defaultValue": "subset_reptiles.crf", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "subset_reptiles.crf" ] }, { "name": "geometry", "dataType": "GPString", "displayName": "geometry", "description": "a polygon", "direction": "esriGPParameterDirectionInput", "defaultValue": "rectangulo_usa", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "rectangulo_usa" ] }, { "name": "output_table", "dataType": "GPRecordSet", "displayName": "output_table", "description": "output_table", "direction": "esriGPParameterDirectionOutput", "defaultValue": { "displayFieldName": "", "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "LOCATIONID", "type": "esriFieldTypeInteger", "alias": "LOCATIONID" }, { "name": "X", "type": "esriFieldTypeDouble", "alias": "X" }, { "name": "Y", "type": "esriFieldTypeDouble", "alias": "Y" }, { "name": "reptiles", "type": "esriFieldTypeDouble", "alias": "reptiles" }, { "name": "SliceNumber", "type": "esriFieldTypeDouble", "alias": "SliceNumber" }, { "name": "Dimensions", "type": "esriFieldTypeString", "alias": "Dimensions", "length": 50 }, { "name": "percentage_presence", "type": "esriFieldTypeString", "alias": "percentage_presence", "length": 255 } ], "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": "" } ] }