com.esri.arcgis.globecore
Interface IKmlScreenOverlayDisplay

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

public interface IKmlScreenOverlayDisplay
extends java.io.Serializable

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

Description: 'ScreenOverlay Display Status.' 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 IID976fca1a_0309_4e53_9653_4e752dde3295
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isScreenOverlayVisible()
          ScreenOverlay Visible.
 void setScreenOverlayVisible(boolean pVisible)
          ScreenOverlay Visible.
 

Field Detail

IID976fca1a_0309_4e53_9653_4e752dde3295

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

setScreenOverlayVisible

void setScreenOverlayVisible(boolean pVisible)
                             throws java.io.IOException,
                                    AutomationException
ScreenOverlay Visible.

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

isScreenOverlayVisible

boolean isScreenOverlayVisible()
                               throws java.io.IOException,
                                      AutomationException
ScreenOverlay Visible.

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