com.esri.arcgis.globecore
Interface IKmlNode

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

public interface IKmlNode
extends java.io.Serializable

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

Description: 'Properties of a of KML Node.' 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 IID0a23899e_0a33_44fb_95a2_f296deeb90b5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getDescription()
          Kml Node description.
 java.lang.String getName()
          Kml Node name.
 java.lang.String getSnippet()
          Kml Node Snippet.
 boolean isHasDescription()
          Does Kml Node have a description.
 boolean isHasName()
          Does Kml Node have a name.
 boolean isHasSnippet()
          Does Kml Node have a snippet.
 boolean isVisible()
          Is the Kml node is visible.
 void setVisible(boolean visible)
          Is the Kml node is visible.
 

Field Detail

IID0a23899e_0a33_44fb_95a2_f296deeb90b5

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

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Kml Node name.

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

getSnippet

java.lang.String getSnippet()
                            throws java.io.IOException,
                                   AutomationException
Kml Node Snippet.

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

getDescription

java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
Kml Node description.

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

isVisible

boolean isVisible()
                  throws java.io.IOException,
                         AutomationException
Is the Kml node is visible.

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

setVisible

void setVisible(boolean visible)
                throws java.io.IOException,
                       AutomationException
Is the Kml node is visible.

Parameters:
visible - The visible (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isHasName

boolean isHasName()
                  throws java.io.IOException,
                         AutomationException
Does Kml Node have a name.

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

isHasSnippet

boolean isHasSnippet()
                     throws java.io.IOException,
                            AutomationException
Does Kml Node have a snippet.

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

isHasDescription

boolean isHasDescription()
                         throws java.io.IOException,
                                AutomationException
Does Kml Node have a description.

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