com.esri.arcgis.globecore
Interface IKmlServer

All Superinterfaces:
Serializable
All Known Implementing Classes:
KmlServer

public interface IKmlServer
extends Serializable

Provides access to a method that returns a KMZ file representation of a query of a MapServer object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 byte[] getData(String capabilities, String request)
          Returns a KMZ file representation of a query to a MapServer object.
 IArray getIDList()
          Returns Layer hierarchy.
 

Method Detail

getData

byte[] getData(String capabilities,
               String request)
               throws IOException,
                      AutomationException
Returns a KMZ file representation of a query to a MapServer object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
capabilities - The capabilities (in)
request - The request (in)
Returns:
An unsigned byte
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getIDList

IArray getIDList()
                 throws IOException,
                        AutomationException
Returns Layer hierarchy.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A reference to a com.esri.arcgis.system.IArray
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.