{ "name": "ExtractToZip", "displayName": "Extract Layers to ZIP", "description": "Extracts selected feature layers in the specified area of interest to a chosen format and spatial reference, then writes them to a ZIP file.", "category": "", "helpUrl": "https://maps.clermontcountyohio.gov/server/rest/directories/arcgisoutput/ExtractToZip_GPServer/ExtractToZip/ExtractToZip.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Layers_to_Clip", "dataType": "GPMultiValue:GPString", "displayName": "Layers to Clip", "description": "", "direction": "esriGPParameterDirectionInput", "defaultValue": [ "Lakes" ], "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "Spot Elevations", "Contours 10ft", "Contours 2ft", "Address Points", "Building Outlines", "Lakes", "Property Lines", "Ponds", "Road Centerlines", "Road Right of Way", "Major Streams", "Streams", "Township Boundaries" ], "parameterInfos": [ { "name": "", "dataType": "GPString", "displayName": "" } ] }, { "name": "Area_of_Interest", "dataType": "GPFeatureRecordSetLayer", "displayName": "Area of Interest", "description": "", "direction": "esriGPParameterDirectionInput", "filter": { "type": "featureClass", "list": [ "esriGeometryPolygon" ] }, "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPolygon", "spatialReference": { "wkid": 102100, "latestWkid": 3857 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "TOWNNAME", "type": "esriFieldTypeString", "alias": "TOWNNAME", "length": 16 }, { "name": "Label", "type": "esriFieldTypeString", "alias": "Label", "length": 50 }, { "name": "Type", "type": "esriFieldTypeString", "alias": "Type", "length": 50 }, { "name": "SHAPE_STAr", "type": "esriFieldTypeDouble", "alias": "SHAPE_STAr" }, { "name": "SHAPE_STLe", "type": "esriFieldTypeDouble", "alias": "SHAPE_STLe" }, { "name": "Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length" }, { "name": "Shape_Area", "type": "esriFieldTypeDouble", "alias": "Shape_Area" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Clip_Method", "dataType": "GPString", "displayName": "Clip Method", "description": "", "direction": "esriGPParameterDirectionInput", "defaultValue": "Clip to Boundary (only geometry within area of interest)", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "Keep Entire Features (features that touch area of interest)", "Clip to Boundary (only geometry within area of interest)" ] }, { "name": "Feature_Format", "dataType": "GPString", "displayName": "Feature Format", "description": "", "direction": "esriGPParameterDirectionInput", "defaultValue": "Shapefile - SHP - .shp", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "File Geodatabase - GDB - .gdb", "Shapefile - SHP - .shp", "Autodesk AutoCAD - DXF_R2007 - .dxf", "Autodesk AutoCAD - DXF_R2010 - .dxf", "Autodesk AutoCAD - DXF_R2013 - .dxf", "Autodesk AutoCAD - DXF_R2018 - .dxf", "Autodesk AutoCAD - DWG_R2007 - .dwg", "Autodesk AutoCAD - DWG_R2010 - .dwg", "Autodesk AutoCAD - DWG_R2013 - .dwg", "Autodesk AutoCAD - DWG_R2018 - .dwg", "Bentley Microstation Design (V8) - DGN_V8 - .dgn" ] }, { "name": "Spatial_Reference", "dataType": "GPString", "displayName": "Spatial Reference", "description": "", "direction": "esriGPParameterDirectionInput", "defaultValue": "NAD 1983 StatePlane Ohio South FIPS 3402 (US Feet)", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "Same As Input", "WGS 1984", "NAD 1983 StatePlane Ohio South FIPS 3402 (US Feet)" ] }, { "name": "Output_Zip_File", "dataType": "GPDataFile", "displayName": "Output ZIP File", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" } ] }