Provides access to stateless methods that convert Maps or Layers into KMZ files or streams.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
GetLayerIDListFromMap | Get array of numerical layer IDs in hierarchical order from Map. | |
GetLayerIDListFromMapServer | Get array of numerical layer IDs in hierarchical order from MapServer. | |
LayerToArray | Converts a layer to KML and outputs a KMZ stream. | |
LayerToFile | Converts a layer to KML and outputs a KMZ file. | |
MapServerMapToArray | Converts MapServer Map in server environment to KML and outputs a KMZ stream. | |
MapServerMapToFile | Converts MapServer Map in server environment to KML and outputs a KMZ file. | |
MapToArray | Converts Map to KML and outputs a KMZ stream. | |
MapToFile | Converts Map to KML and outputs a KMZ file. |
CoClasses that implement IKmlConversion
CoClasses and Classes | Description |
---|---|
KmlConvertor (esriGlobeCore) | The Kml Convertor object. |