{ "name": "FeatureConversionFormat", "displayName": "要素格式转换", "description": "要素格式转换", "category": "", "helpUrl": "https://portal.shaanxieco.com/server/rest/directories/arcgisoutput/Web_Tool/FeatureConversionFormat_GPServer/Web_Tool_FeatureConversionFormat/FeatureConversionFormat.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "FeaturePath", "dataType": "GPString", "displayName": "FeaturePath", "description": "输入要素路径", "direction": "esriGPParameterDirectionInput", "defaultValue": "F:\\tool\\webtool\\testdata\\test_mian2.shp", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Output_to_GeoJSON", "dataType": "GPBoolean", "displayName": "Output to GeoJSON", "description": "是否输出文件为GeoJson", "direction": "esriGPParameterDirectionInput", "defaultValue": false, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "Formatted_JSON", "dataType": "GPBoolean", "displayName": "Formatted JSON", "description": "是否格式化输出文件", "direction": "esriGPParameterDirectionInput", "defaultValue": false, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "OutJson", "dataType": "GPDataFile", "displayName": "OutJson", "description": "输出文件路径", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" } ] }