{ "name": "shp2json", "displayName": "shp2json", "description": "Vstavi eno območje iz naložene ZIP/SHP datoteke v ciljni feature class. ID_Obmocje se dodeli samodejno (max + 1). Naložena datoteka (itemID) je lahko deljena z orodjem readAttributes.", "category": "", "helpUrl": "https://pobude.ljubljana.si/arcgis/rest/directories/arcgisoutput/AktiMOL/AktiTools_GPServer/AktiMOL_AktiTools/shp2json.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "shapZip", "dataType": "GPDataFile", "displayName": "shpZip", "description": "", "direction": "esriGPParameterDirectionInput", "filter": { "type": "file", "list": [ "zip" ] }, "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "osebaVnosa", "dataType": "GPString", "displayName": "osebaVnosa", "description": "", "direction": "esriGPParameterDirectionInput", "defaultValue": "mol\\eplestenjak", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "meja", "dataType": "GPString", "displayName": "meja", "description": "", "direction": "esriGPParameterDirectionInput", "defaultValue": "erik meja", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "opombe", "dataType": "GPString", "displayName": "opombe", "description": "", "direction": "esriGPParameterDirectionInput", "defaultValue": "erik opombe", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "datumVnosa", "dataType": "GPDate", "displayName": "datumVnosa", "description": "", "direction": "esriGPParameterDirectionInput", "defaultValue": 1784110122000, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "resultJSON", "dataType": "GPString", "displayName": "resultJSON", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }