{ "name": "ExportShapeFile", "displayName": "Export ShapeFile", "description": "Exports a FeatureSet as a ShapeFile", "category": "", "helpUrl": "https://geopub.epa.gov/ArcGIS/rest/directories/arcgisoutput/ORD/TOTS_GPServer/ORD_TOTS/ExportShapeFile.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "Feature_Set", "dataType": "GPFeatureRecordSetLayer", "displayName": "Feature Set", "description": "Feature Set", "direction": "esriGPParameterDirectionInput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPolygon", "spatialReference": { "wkid": 102100, "latestWkid": 3857 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "GLOBALID", "type": "esriFieldTypeGUID", "alias": "GlobalID", "length": 38 }, { "name": "PERMANENT_IDENTIFIER", "type": "esriFieldTypeGUID", "alias": "Permanent Identifier", "length": 38 }, { "name": "NOTES", "type": "esriFieldTypeString", "alias": "Notes", "length": 255 }, { "name": "Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length" }, { "name": "Shape_Area", "type": "esriFieldTypeDouble", "alias": "Shape_Area" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "ShapeFile", "dataType": "GPDataFile", "displayName": "ShapeFile", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }