{ "name": "Script", "displayName": "Script", "description": "Dado el id de una capa segura de forestal y sus respectivos GUID, retorna una Shape con dichos features. Este servicio debe ser seguro", "category": "", "helpUrl": "https://mapas.mgap.gub.uy/arcgis/rest/directories/arcgisoutput/DGF_GestionDeBosques/FEaturesDGFToShape_GPServer/DGF_GestionDeBosques_FEaturesDGFToShape/Script.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "id_Capa", "dataType": "GPLong", "displayName": "id Capa", "description": "Id_Capa donde:0 = \"DBO.view_Comunidad\",1 =\"DBO.AreaManejo\",2 = \"DBO.Comunidad\"", "direction": "esriGPParameterDirectionInput", "defaultValue": 0, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "where", "dataType": "GPString", "displayName": "where", "description": "1=!", "direction": "esriGPParameterDirectionInput", "defaultValue": "1=1", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "nombre_shp", "dataType": "GPString", "displayName": "nombre shp", "description": "Nombre de archivo de salida", "direction": "esriGPParameterDirectionInput", "defaultValue": "comu", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "resultado", "dataType": "GPString", "displayName": "resultado", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }