This tool converts an in-memory or file-based 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 Explorer, ArcGlobe, and Google Earth.
Syntax
Visual Basic (Declaration) | |
---|
Public Class LayerToKML
Implements IGPProcess |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As LayerToKML
|
Inheritance Hierarchy
System.Object
ESRI.ArcGIS.ConversionTools.LayerToKML
See Also