{ "name": "geoprocesoInfoCallejero", "displayName": "geoprocesoInformacionCallejero", "description": "Geoproceso para la obtención de información de callejero a través de coordenadas en el sistema de referencia 4326", "category": "", "helpUrl": "https://sitpre.laspalmasgc.es/server/rest/directories/arcgisoutput/utils/geoprocesoInfoCallejero_GPServer/utils_geoprocesoInfoCallejero/geoprocesoInfoCallejero.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Longitud", "dataType": "GPDouble", "displayName": "Longitud", "description": "Valor de la coordenada en el sistema de referencia 4326.", "direction": "esriGPParameterDirectionInput", "defaultValue": -15.477637, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Latitud", "dataType": "GPDouble", "displayName": "Latitud", "description": "Valor de la coordenada en el sistema de referencia 4326.", "direction": "esriGPParameterDirectionInput", "defaultValue": 28.076737, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Barrio", "dataType": "GPString", "displayName": "Barrio", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "Distrito", "dataType": "GPString", "displayName": "Distrito", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "Seccion_Censal", "dataType": "GPString", "displayName": "Seccion Censal", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "Calle", "dataType": "GPMultiValue:GPString", "displayName": "Calle", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": [], "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "Portal", "dataType": "GPMultiValue:GPString", "displayName": "Portal", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": [], "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }