com.esri.arcgis.display
Interface IScreenDisplayBasemap

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IScreenDisplayBasemapProxy, ScreenDisplay

public interface IScreenDisplayBasemap
extends java.io.Serializable

COM Interface 'IScreenDisplayBasemap'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to members that control Screen Display Basemap drawing.' 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 IID5002adae_af04_42de_86c0_93ec8c6be487
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void enableBasemapMode(boolean bYesNo)
          Enables basemap continuous navigation drawing mode when set to true, disables when set to false.
 boolean isBasemapDrawing()
          Indicates if basemap drawing mode is enabled.
 boolean isBasemapModeActivated()
          Indicated if basemap mode is activated and continuous navigation can be performed.
 boolean isEdgePanMode()
          Indicates if edgepan/roaming pan is enabled while in basemap mode.
 boolean isMousePanMode()
          Indicates if mouse pan is enabled while in basemap mode.
 void setEdgePanMode(boolean bYesNo)
          Indicates if edgepan/roaming pan is enabled while in basemap mode.
 void setMousePanMode(boolean bYesNo)
          Indicates if mouse pan is enabled while in basemap mode.
 

Field Detail

IID5002adae_af04_42de_86c0_93ec8c6be487

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

isMousePanMode

boolean isMousePanMode()
                       throws java.io.IOException,
                              AutomationException
Indicates if mouse pan is enabled while in basemap mode.

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

setMousePanMode

void setMousePanMode(boolean bYesNo)
                     throws java.io.IOException,
                            AutomationException
Indicates if mouse pan is enabled while in basemap mode.

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

isEdgePanMode

boolean isEdgePanMode()
                      throws java.io.IOException,
                             AutomationException
Indicates if edgepan/roaming pan is enabled while in basemap mode.

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

setEdgePanMode

void setEdgePanMode(boolean bYesNo)
                    throws java.io.IOException,
                           AutomationException
Indicates if edgepan/roaming pan is enabled while in basemap mode.

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

isBasemapDrawing

boolean isBasemapDrawing()
                         throws java.io.IOException,
                                AutomationException
Indicates if basemap drawing mode is enabled.

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

enableBasemapMode

void enableBasemapMode(boolean bYesNo)
                       throws java.io.IOException,
                              AutomationException
Enables basemap continuous navigation drawing mode when set to true, disables when set to false.

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

isBasemapModeActivated

boolean isBasemapModeActivated()
                               throws java.io.IOException,
                                      AutomationException
Indicated if basemap mode is activated and continuous navigation can be performed.

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