com.esri.arcgis.globecore
Interface IKmlServer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IKmlServerProxy, KmlServer

public interface IKmlServer
extends java.io.Serializable

COM Interface 'IKmlServer'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGlobeCore.olb'

Description: 'Provides access to a method that returns a KMZ file representation of a query of a MapServer object.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDdc575242_99e8_4b53_84f0_c46b55d21377
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 byte[] getData(java.lang.String capabilities, java.lang.String request)
          Returns a KMZ file representation of a query to a MapServer object.
 IArray getIDList()
          Returns Layer hierarchy.
 

Field Detail

IIDdc575242_99e8_4b53_84f0_c46b55d21377

static final int IIDdc575242_99e8_4b53_84f0_c46b55d21377
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getData

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

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

getIDList

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

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