|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IScreenDisplayBasemap
Provides access to members that control Screen Display Basemap drawing.
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. |
Method Detail |
---|
boolean isMousePanMode() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMousePanMode(boolean bYesNo) throws IOException, AutomationException
bYesNo
- The bYesNo (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isEdgePanMode() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEdgePanMode(boolean bYesNo) throws IOException, AutomationException
bYesNo
- The bYesNo (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isBasemapDrawing() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void enableBasemapMode(boolean bYesNo) throws IOException, AutomationException
bYesNo
- The bYesNo (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isBasemapModeActivated() throws IOException, AutomationException
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 |