|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IScreenDisplayBasemap
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 |
---|
static final int IID5002adae_af04_42de_86c0_93ec8c6be487
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
boolean isMousePanMode() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMousePanMode(boolean bYesNo) throws java.io.IOException, AutomationException
bYesNo
- The bYesNo (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isEdgePanMode() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEdgePanMode(boolean bYesNo) throws java.io.IOException, AutomationException
bYesNo
- The bYesNo (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isBasemapDrawing() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void enableBasemapMode(boolean bYesNo) throws java.io.IOException, AutomationException
bYesNo
- The bYesNo (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isBasemapModeActivated() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |