{ "name": "LayerToKML", "displayName": "Layer To KML", "description": "Converts a feature or raster layer into a KML file containing a translation of Esri geometries and symbology. This file is compressed using ZIP compression, has a .kmz extension, and can be read by any KML client including ArcGIS Earth, ArcGlobe, and Google Earth.", "category": "", "helpUrl": "https://gis.horrocks.com/arcgis/rest/directories/arcgisoutput/LayerToKML_GPServer/LayerToKML/LayerToKML.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "out_kmz_file", "dataType": "GPDataFile", "displayName": "Output File", "description": "The output KML file. This file is compressed and has a .kmz extension. It can be read by any KML client including ArcGIS Earth, ArcGlobe, and Google Earth.", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "boundary_box_extent", "dataType": "GPString", "displayName": "Extent to Export", "description": "The geographic extent of the area to be exported. Either define the extent box (in the WGS84 coordinate system) or choose a layer or dataset that defines an extent.Default\u2014The extent will be based on the maximum extent of all participating inputs. This is the default.Current Display Extent\u2014The extent is equal to the data frame or visible display. The option is not available when there is no active map.As Specified Below\u2014The extent will be based on the minimum and maximum extent values specified.Browse\u2014The extent will be based on an existing dataset.", "direction": "esriGPParameterDirectionInput", "defaultValue": "-13358925.6742 3163416.642 -9203612.8883 5053595.5127 PROJCS[\"WGS_1984_Web_Mercator_Auxiliary_Sphere\",GEOGCS[\"GCS_WGS_1984\",DATUM[\"D_WGS_1984\",SPHEROID[\"WGS_1984\",6378137.0,298.257223563]],PRIMEM[\"Greenwich\",0.0],UNIT[\"Degree\",0.0174532925199433]],PROJECTION[\"Mercator_Auxiliary_Sphere\"],PARAMETER[\"False_Easting\",0.0],PARAMETER[\"False_Northing\",0.0],PARAMETER[\"Central_Meridian\",0.0],PARAMETER[\"Standard_Parallel_1\",0.0],PARAMETER[\"Auxiliary_Sphere_Type\",0.0],UNIT[\"Meter\",1.0]]", "parameterType": "esriGPParameterTypeOptional", "category": "Extent Properties" }, { "name": "image_size", "dataType": "GPLong", "displayName": "Size of returned image (pixels)", "description": "The size of the tiles for raster layers if the Layer Output Scale parameter value is set to a value greater than or equal to 1. This parameter has no effect on layers that are not raster layers.", "direction": "esriGPParameterDirectionInput", "defaultValue": 1024, "parameterType": "esriGPParameterTypeOptional", "category": "Output Image Properties" }, { "name": "dpi_of_client", "dataType": "GPLong", "displayName": "DPI of output image", "description": "The device resolution for KML output when the Return single composite image parameter is checked. This parameter is used with the Size of returned image (pixels) parameter to control output image resolution.This parameter does not provide the ability to resample source rasters. Any input rasters will have a snapshot taken and included in the KML output as a simple .png image.", "direction": "esriGPParameterDirectionInput", "defaultValue": 96, "parameterType": "esriGPParameterTypeOptional", "category": "Output Image Properties" } ] }