com.esri.arcgis.carto
Interface IDynamicMap

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IDynamicMapProxy, Map

public interface IDynamicMap
extends java.io.Serializable

COM Interface 'IDynamicMap'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to dynamic display.' 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 IID92191b6f_d881_4829_8b75_ce846970f67b
           
static int xxDummy
          Deprecated. Internal use only
 
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).
 

Field Detail

IID92191b6f_d881_4829_8b75_ce846970f67b

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

isDynamicMapEnabled

boolean isDynamicMapEnabled()
                            throws java.io.IOException,
                                   AutomationException
Indicates if dynamic map is turned on or off.

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

setDynamicMapEnabled

void setDynamicMapEnabled(boolean isEnable)
                          throws java.io.IOException,
                                 AutomationException
Indicates if dynamic map is turned on or off.

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

getDynamicDrawRate

int getDynamicDrawRate()
                       throws java.io.IOException,
                              AutomationException
The Dynamic draw rate in milliseconds.

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

setDynamicDrawRate

void setDynamicDrawRate(int dynamicDrawRateMS)
                        throws java.io.IOException,
                               AutomationException
The Dynamic draw rate in milliseconds.

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

isUseSubPixelRendering

boolean isUseSubPixelRendering()
                               throws java.io.IOException,
                                      AutomationException
Indicates whether the dynamic map is rendered in Sub Pixels or Full Pixels (snap to the nearest discrete pixel).

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

setUseSubPixelRendering

void setUseSubPixelRendering(boolean useSubPixelRendering)
                             throws java.io.IOException,
                                    AutomationException
Indicates whether the dynamic map is rendered in Sub Pixels or Full Pixels (snap to the nearest discrete pixel).

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