{ "name": "KMLToLayer", "displayName": "KML To Layer", "description": "Geoprocessing tool that converts a KML or KMZ file into feature classes and a layer file.", "category": "", "helpUrl": "https://prodgis.sbmurban.org/server/rest/directories/arcgisoutput/SBMGISDevelopment/KMLToLayer_GPServer/SBMGISDevelopment_KMLToLayer/KMLToLayer.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "in_kml_file", "dataType": "GPDataFile", "displayName": "Input KML File", "description": "The KML or KMZ file to translate.", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "output_data", "dataType": "GPString", "displayName": "Output Data Name", "description": "The name of the output file geodatabase and layer file. The default is the name of the input KML file.", "direction": "esriGPParameterDirectionInput", "defaultValue": "Userkml", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "include_groundoverlay", "dataType": "GPBoolean", "displayName": "Include Ground Overlay", "description": "Include ground overlays from the KML (raster, air photos, and so on).\nUse caution if the KMZ points to a service that serves raster imagery. The tool will attempt to translate the raster imagery at all available scales. This process could be lengthy and possibly overwhelm the service.Checked\u2014Ground overlay is included in the output. Unchecked\u2014Ground overlay is not included in the output. This is the default.", "direction": "esriGPParameterDirectionInput", "defaultValue": false, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "output_layer", "dataType": "GPString", "displayName": "Output Layer", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "Userkml", "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }