{ "name": "unzipshp", "displayName": "Unzip Shapefile", "description": "Accepts a client-uploaded zipped shapefile or standalone gpx file and returns a web-accessible shapefile.", "category": "", "helpUrl": "https://devgis.charttools.noaa.gov/arcgis/rest/directories/arcgisoutput/IOCM/unzip_to_shp_GPServer/IOCM_unzip_to_shp/unzipshp.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Input_Zipped_Shapefile", "dataType": "GPDataFile", "displayName": "Input Zipped Shapefile or GPX", "description": "Zipped shapefile or standalone GPX file", "direction": "esriGPParameterDirectionInput", "filter": { "type": "file", "list": [ "zip", "gpx" ] }, "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Output_Lines", "dataType": "GPFeatureRecordSetLayer", "displayName": "Output Lines", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": {}, "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "Output_Pgons", "dataType": "GPFeatureRecordSetLayer", "displayName": "Output Pgons", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPolygon", "spatialReference": { "wkid": 102100, "latestWkid": 3857 }, "fields": [ { "name": "FID", "type": "esriFieldTypeOID", "alias": "FID" }, { "name": "FID_shape_", "type": "esriFieldTypeInteger", "alias": "FID_shape_" }, { "name": "Id", "type": "esriFieldTypeInteger", "alias": "Id" }, { "name": "km2", "type": "esriFieldTypeDouble", "alias": "km2" }, { "name": "region", "type": "esriFieldTypeString", "alias": "region", "length": 254 }, { "name": "FID_carto_", "type": "esriFieldTypeInteger", "alias": "FID_carto_" }, { "name": "RANK", "type": "esriFieldTypeInteger", "alias": "RANK" }, { "name": "STATUS", "type": "esriFieldTypeInteger", "alias": "STATUS" }, { "name": "Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length" }, { "name": "Shape_Area", "type": "esriFieldTypeDouble", "alias": "Shape_Area" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }