|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDynamicMap
Provides access to dynamic display.
The IDynamicMap interface allows to toggle between Dynamic and Standard mode, as well as to control some properties of the dynamic mode.
Method Summary | |
---|---|
int |
getDynamicDrawRate()
The Dynamic draw rate in milliseconds. |
boolean |
isDynamicMapEnabled()
Indicates if dynamic map is turned on or off. |
boolean |
isUseSubPixelRendering()
Indicates whether the dynamic map is rendered in Sub Pixels or Full Pixels (snap to the nearest discrete pixel). |
void |
setDynamicDrawRate(int dynamicDrawRateMS)
The Dynamic draw rate in milliseconds. |
void |
setDynamicMapEnabled(boolean isEnable)
Indicates if dynamic map is turned on or off. |
void |
setUseSubPixelRendering(boolean useSubPixelRendering)
Indicates whether the dynamic map is rendered in Sub Pixels or Full Pixels (snap to the nearest discrete pixel). |
Method Detail |
---|
boolean isDynamicMapEnabled() throws IOException, AutomationException
Use the DynamicMapEnabled property to toggle between Dynamic and Standard mode.
When true the Map is in Dynamic Mode (Dynamic Display is Active), when false the Map is in Standard Mode (Dynamic Display is Deactivated).
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDynamicMapEnabled(boolean isEnable) throws IOException, AutomationException
Use the DynamicMapEnabled property to toggle between Dynamic and Standard mode.
When true the Map is in Dynamic Mode (Dynamic Display is Active), when false the Map is in Standard Mode (Dynamic Display is Deactivated).
isEnable
- The isEnable (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDynamicDrawRate() throws IOException, AutomationException
The DynamicDrawRate property controls the heart-beat rate of the Dynamic Map. The rate value refers to the Dynamic Map cycle time in milliseconds. If this value is changed to be slower, everything in dynamic mode will respond slower.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDynamicDrawRate(int dynamicDrawRateMS) throws IOException, AutomationException
The DynamicDrawRate property controls the heart-beat rate of the Dynamic Map. The rate value refers to the Dynamic Map cycle time in milliseconds. If this value is changed to be slower, everything in dynamic mode will respond slower.
dynamicDrawRateMS
- The dynamicDrawRateMS (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseSubPixelRendering() throws IOException, AutomationException
When true, the Dynamic Map will render in Sub Pixel units. That enables the map and the Dynamic Elements to navigate smoothly, while accurately converting map coordinates to floating point screen pixel coordinates. This method might cause some blurriness.
When false, the Dynamic Map will render in Full Pixel units. That will result in snapping the Map and the Dynamic Elements to the nearest discrete screen pixel coordinate.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseSubPixelRendering(boolean useSubPixelRendering) throws IOException, AutomationException
When true, the Dynamic Map will render in Sub Pixel units. That enables the map and the Dynamic Elements to navigate smoothly, while accurately converting map coordinates to floating point screen pixel coordinates. This method might cause some blurriness.
When false, the Dynamic Map will render in Full Pixel units. That will result in snapping the Map and the Dynamic Elements to the nearest discrete screen pixel coordinate.
useSubPixelRendering
- The useSubPixelRendering (in)
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 |