The following tables list the members exposed by MapToKML.
Public Constructors
Public Properties
| Name | Description |
| Alias | The alias for this tool's toolbox. |
| data_frame | The data frame of the map document to convert to KML. (In, Required) |
| dpi_of_client | Defines the device resolution for any rasters in the output KML document. (In, Optional) |
| extent_to_export | The geographic extent of the area to be exported. The extent rectangle bounds should be specified as a space-delimited string of WGS84 geographic coordinates in the form "left lower right upper". (In, Optional) |
| image_size | Size of returned image in pixels (optional): Defines the vertical and horizontal resolution of any rasters in the output KML document. (In, Optional) |
| in_map_document | The map document to convert to KML. (In, Required) |
| is_composite | Return single composite image (in, Optional) |
| is_vector_to_raster | Convert Vector to Raster (in, Optional) |
| map_output_scale | The scale at which to export the map document. Any scale-dependent rendering will be observed, so layers that are not visible at the export scale will not be included in the created KML file. The symbology for the map will be driven by this scale, so if the map has a reference scale defined, it should be considered when setting this parameter. (In, Required) |
| out_kmz_file | The KML file to write. This file is compressed and will have a .kmz extension. It can be read by any KML client including ArcGIS Explorer, ArcGlobe, and Google Earth. (Out, Required) |
| ParameterInfo | The parameters used by this tool. For internal use only. |
| ToolboxDirectory | The directory of this tool's toolbox. |
| ToolboxName | The name of this tool's toolbox. |
| ToolName | The name of this tool. |
Top
See Also