com.esri.arcgis.globecore
Interface IKmlChildNodes

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IKmlChildNodesProxy

public interface IKmlChildNodes
extends java.io.Serializable

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

Description: 'KML Child Nodes.' 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 IID20b66f01_d729_4090_9b67_cc2fad2b988d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IKmlNode getKmlNode(int index)
          Get the KmlNodes at index
 int getKmlNodeCount()
          Get the count of KmlNodes
 

Field Detail

IID20b66f01_d729_4090_9b67_cc2fad2b988d

static final int IID20b66f01_d729_4090_9b67_cc2fad2b988d
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

getKmlNodeCount

int getKmlNodeCount()
                    throws java.io.IOException,
                           AutomationException
Get the count of KmlNodes

Returns:
The pCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getKmlNode

IKmlNode getKmlNode(int index)
                    throws java.io.IOException,
                           AutomationException
Get the KmlNodes at index

Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.globecore.IKmlNode
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.