{ "name": "LayerToKML", "displayName": "Layer To KML", "description": "Converts a feature or raster layer to KML format (.kmz or .kml file). The output KML will contain a translation of Esri feature geometries, raster cells, layer symbology, and other properties.", "category": "", "helpUrl": "https://timsdev.cultivategeospatial.com/server/rest/directories/arcgisoutput/LayerToKML_GPServer/LayerToKML/LayerToKML.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "layer", "dataType": "GPString", "displayName": "Input Layer", "description": "The feature or raster layer, or group layer that will be converted to KML format.", "direction": "esriGPParameterDirectionInput", "defaultValue": "Layer To KML Input Layer (Polygons)", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "Layer To KML Input Layer (Polygons)" ] }, { "name": "out_kmz_file", "dataType": "GPDataFile", "displayName": "Output File (KML or KMZ)", "description": "The output .kml or .kmz file. The output file can use a .kmz extension to produce an archive or zipped file, or a .kml extension to produce a basic KML format file. An output .kmz file is the default.Output .kmz files support raster layers, symbology and other layer properties, attachments, and other advanced features. Output .kml files will use basic KML symbols and properties.", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "layer_output_scale", "dataType": "GPDouble", "displayName": "Layer Output Scale", "description": "The scale of the output file. For raster layers, a value of 0 can be used to create one untiled output image. If a value greater than or equal to 1 is used, it will determine the output resolution of the raster. This parameter has no effect on layers that are not raster layers.", "direction": "esriGPParameterDirectionInput", "defaultValue": 0, "parameterType": "esriGPParameterTypeOptional", "category": "Additional Output Settings" }, { "name": "is_composite", "dataType": "GPBoolean", "displayName": "Return single composite image", "description": "Specifies whether the output will be a single composite image. This parameter only applies if you specify the output as a .kmz file, as output .kml files do not support ground overlay images or rasters.Checked\u2014The output will be a single composite image representing the raster or vector features in the source layer. The raster is draped over the terrain as a GroundOverlay. Use this option to reduce the size of the output file. When this option is used, individual features and layers in the .kml file cannot be selected. Only output .kmz files support images.Unchecked\u2014If the input layer has vector features, they will be preserved as KML vectors.", "direction": "esriGPParameterDirectionInput", "defaultValue": false, "parameterType": "esriGPParameterTypeOptional", "category": "Additional Output Settings" }, { "name": "boundary_box_extent", "dataType": "GPString", "displayName": "Extent", "description": "The geographic extent of the layer to be converted. Only features or raster cells in this extent will be included in the output KML.Current Display Extent\u2014The extent will be based on the active map or scene. This option is only available when there is an active map.Extent of a Layer\u2014The extent will be based on an active map layer. Use the drop-down list to choose an available layer or use the Extent of data in all layers option to get the combined extent of all active map layers, excluding the basemap. This option is only available when there is an active map with layers.Browse\u2014The extent will be based on an existing dataset.Reset Extent\u2014The extent will be reset to the default value.Manually entered coordinates\u2014The coordinates must be numeric values and in the active map's coordinate system.The map may be using different display units", "direction": "esriGPParameterDirectionInput", "defaultValue": "-180 -90 180 90 GEOGCS[\"GCS_WGS_1984\",DATUM[\"D_WGS_1984\",SPHEROID[\"WGS_1984\",6378137.0,298.257223563]],PRIMEM[\"Greenwich\",0.0],UNIT[\"Degree\",0.0174532925199433]],VERTCS[\"EGM96_Geoid\",VDATUM[\"EGM96_Geoid\"],PARAMETER[\"Vertical_Shift\",0.0],PARAMETER[\"Direction\",1.0],UNIT[\"Meter\",1.0]]", "parameterType": "esriGPParameterTypeOptional", "category": "Processing Extent" }, { "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 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": "Additional Output Settings" }, { "name": "dpi_of_client", "dataType": "GPLong", "displayName": "Output Image DPI", "description": "The device resolution for KML output when the Return single composite image parameter is checked. Use this parameter with the Size of Returned Image (Pixels) parameter to control output image resolution.This parameter does not resample source rasters. 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": "Additional Output Settings" }, { "name": "ignore_zvalue", "dataType": "GPBoolean", "displayName": "Clamp features to ground", "description": "Specifies whether the z-values of the input features will be ignored and all features will be located, or clamped, at the ground elevation.Checked\u2014The z-values of the input features will be ignored and all features will be located, or clamped, at the ground elevation. If the input features do not have z-values, they will always be clamped to the ground. This is the default.Unchecked\u2014The z-values of the features will be maintained in the output KML. The features will be drawn in KML clients relative to sea level.", "direction": "esriGPParameterDirectionInput", "defaultValue": true, "parameterType": "esriGPParameterTypeOptional", "category": "Additional Output Settings" } ] }