{ "name": "KMLToLayer", "displayName": "KML To Layer", "description": "Converts a .kml or .kmz file into datasets in a geodatabase and a layer file. The layer file maintains the symbology of the input .kml or .kmz file.", "category": "", "helpUrl": "https://sisdia.df.gov.br/server/rest/directories/arcgisoutput/KMLToLayer_GPServer/KMLToLayer/KMLToLayer.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "in_kml_file", "dataType": "GPDataFile", "displayName": "Input File (KML or KMZ)", "description": "The .kml or .kmz file that will be converted to geodatabase datasets.", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "output_data", "dataType": "GPString", "displayName": "Output Name", "description": "A name that will be used for both the output geodatabase and layer file (.lyrx). The default is the name of the input file.You can specify the name of an existing geodatabase in the target folder, and the conversion will write new datasets into the existing geodatabase. If the geodatabase with the specified name does not exist, it will be created in the target folder.", "direction": "esriGPParameterDirectionInput", "defaultValue": "Trilha Pedra-dos-amigos", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "include_groundoverlay", "dataType": "GPBoolean", "displayName": "Include ground overlay", "description": "Specifies whether ground overlays from the KML will be included in the output.Use caution if the KMZ points to a service that serves imagery. The tool will attempt to convert the raster imagery at all available scales. This process may be lengthy and possibly overwhelm the server or time out.Checked\u2014Ground overlays will be included in the output.Unchecked\u2014Ground overlays will not be included in the output. This is the default.", "direction": "esriGPParameterDirectionInput", "defaultValue": false, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "output_layer", "dataType": "GPString", "displayName": "Output Layer File", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "out_suffix", "dataType": "GPString", "displayName": "Output Suffix", "description": "A suffix that will be added to the names of all output feature datasets, feature classes, mosaic datasets, and layer files. If no suffix is specified, the name of the feature dataset in the output geodatabase will be Placemarks.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" } ] }