{ "name": "ShapeImport", "displayName": "ShapeImport", "description": "Tar en zippet/komprimert mappe som inneholder en eller flere shapefiler. GP-servicen tar også inn Wkid og dersom shapefilene ikke har samme spatialRefrence vil gp servicen projesere om til den samme wkid som anngitt. Output fra servicen er et FeatureDataSet", "category": "", "helpUrl": "https://gis3.nve.no/arcgis/rest/directories/arcgisoutput/geoprocessing/ShapeImport_GPServer/geoprocessing_ShapeImport/ShapeImport.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Zipfile", "dataType": "GPDataFile", "displayName": "Zipfile", "description": "a Zipfile containing the shapefile to upload", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Wkid", "dataType": "GPString", "displayName": "Wkid", "description": "The WKID of the coordinatesystem of the elements in the shapefile", "direction": "esriGPParameterDirectionInput", "defaultValue": "25833", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "FeatureDataSet", "dataType": "GPString", "displayName": "FeatureDataSet", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }