{ "name": "ExportCAD", "displayName": "Export to CAD", "description": "Exports features to new or existing CAD files based on one or more input feature layers or feature classes.", "category": "", "helpUrl": "https://gisn.tel-aviv.gov.il/arcgis/rest/directories/arcgisoutput/WM/Export2CAD_GPServer/WM_Export2CAD/ExportCAD.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "in_features", "dataType": "GPMultiValue:GPFeatureRecordSetLayer", "displayName": "Input Features", "description": "A collection of feature classes and feature layers whose spatial reference and geometry will be exported to one or more CAD files. Both the feature geometry and the feature attributes will be added to AutoCAD formatted files.", "direction": "esriGPParameterDirectionInput", "filter": { "type": "featureClass", "list": [ "esriGeometryPolyline", "esriGeometryPolygon", "esriGeometryPoint", "" ] }, "defaultValue": [ { "displayFieldName": "", "geometryType": "esriGeometryPoint", "spatialReference": { "wkid": 2039, "latestWkid": 2039 }, "fields": [ { "name": "oid", "type": "esriFieldTypeOID", "alias": "מזהה ממג" }, { "name": "k_rechov", "type": "esriFieldTypeString", "alias": "קוד רחוב", "length": 255 }, { "name": "shem_rechov", "type": "esriFieldTypeString", "alias": "שם רחוב", "length": 255 }, { "name": "ms_bait", "type": "esriFieldTypeInteger", "alias": "מספר בית" }, { "name": "ENTRY", "type": "esriFieldTypeString", "alias": "כניסה", "length": 255 }, { "name": "t_sug", "type": "esriFieldTypeString", "alias": "תיאור סוג", "length": 255 }, { "name": "ms_mechalim", "type": "esriFieldTypeInteger", "alias": "מספר מיכלי מיחזור" }, { "name": "UniqueId", "type": "esriFieldTypeString", "alias": "מזהה מערכת", "length": 255 }, { "name": "Lon", "type": "esriFieldTypeDouble", "alias": "קו אורך" }, { "name": "Lat", "type": "esriFieldTypeDouble", "alias": "קו רוחב" }, { "name": "x_coord", "type": "esriFieldTypeDouble", "alias": "x_coord" }, { "name": "y_coord", "type": "esriFieldTypeDouble", "alias": "y_coord" }, { "name": "dx", "type": "esriFieldTypeDouble", "alias": "הזזת איקס" }, { "name": "dy", "type": "esriFieldTypeDouble", "alias": "הזזת וואי" }, { "name": "date_import", "type": "esriFieldTypeString", "alias": "תאריך טעינה", "length": 255 } ], "features": [], "exceededTransferLimit": false } ], "parameterType": "esriGPParameterTypeRequired", "category": "", "parameterInfos": [ { "name": "Feature Set", "dataType": "GPFeatureRecordSetLayer", "displayName": "Feature Set" } ] }, { "name": "Output_Type", "dataType": "GPString", "displayName": "Output Type", "description": "Specifies the CAD platform and file version that will be used for new output CAD files. Multiple versions of CAD software may share one file format version for multiple releases. The choices specify the file format version, not necessarily the software version that may still use a previous file format version.Microstation DGN file\u2014The output type will be Microstation DGN.DWG version 2018\u2014The output type will be DWG version 2018. This is the default.DWG version 2013\u2014The output type will be DWG version 2013.DWG version 2010\u2014The output type will be DWG version 2010.DWG version 2007\u2014The output type will be DWG version 2007.DWG version 2005\u2014The output type will be DWG version 2005.DWG version 2004\u2014The output type will be DWG version 2004.DWG version 2000\u2014The output type will be DWG version 2000.DWG version 14\u2014The output type will be DWG version 14.DXF version 2018\u2014The output type will be DXF version 2018.DXF version 2013\u2014The output type will be DXF version 2013.DXF version 2010\u2014The output type will be DXF version 2010.DXF version 2007\u2014The output type will be DXF version 2007.DXF version 2005\u2014The output type will be DXF version 2005.DXF version 2004\u2014The output type will be DXF version 2004.DXF version 2000\u2014The output type will be DXF version 2000.DXF version 14\u2014The output type will be DXF version 14.", "direction": "esriGPParameterDirectionInput", "defaultValue": "DXF_R2018", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "DGN_V8", "DWG_R14", "DWG_R2000", "DXF_R14", "DXF_R2000", "DWG_R2004", "DXF_R2004", "DWG_R2005", "DXF_R2005", "DWG_R2007", "DXF_R2007", "DWG_R2010", "DXF_R2010", "DWG_R2013", "DXF_R2013", "DWG_R2018", "DXF_R2018" ] }, { "name": "Output_File", "dataType": "GPString", "displayName": "Output File", "description": "The path of the output CAD drawing file. This path will be overridden by any valid file paths included as field values in the input feature's field or alias field named DocPath unless the Ignore Paths in Tables parameter is checked.", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Ignore_FileNames", "dataType": "GPBoolean", "displayName": "Ignore Paths in Tables", "description": "Specifies whether valid paths included in the DocPath field of input features will be ignored.Checked\u2014Valid paths will be ignored and the output of all entities will be added to the Output File parameter value. This is the default.Unchecked\u2014Valid paths will be used so that each new CAD entity will be written to the file specified by that field value.", "direction": "esriGPParameterDirectionInput", "defaultValue": true, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "Append_To_Existing", "dataType": "GPBoolean", "displayName": "Append to Existing Files", "description": "Specifies whether entities will be appended to an existing output CAD file or CAD files specified by the Output File parameter or any valid file paths contained in DocPath field values according to the Ignore Paths in Tables parameter will be overwritten.Checked\u2014Entities will be appended to an output CAD file if one exists. The existing CAD file content will be retained.Unchecked\u2014If an output CAD file exists, it will be overwritten. This is the default.", "direction": "esriGPParameterDirectionInput", "defaultValue": false, "parameterType": "esriGPParameterTypeOptional", "category": "" } ] }