|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDynamicMap
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 |
---|
static final int IID92191b6f_d881_4829_8b75_ce846970f67b
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
boolean isDynamicMapEnabled() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDynamicMapEnabled(boolean isEnable) throws java.io.IOException, AutomationException
isEnable
- The isEnable (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDynamicDrawRate() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDynamicDrawRate(int dynamicDrawRateMS) throws java.io.IOException, AutomationException
dynamicDrawRateMS
- The dynamicDrawRateMS (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseSubPixelRendering() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseSubPixelRendering(boolean useSubPixelRendering) throws java.io.IOException, AutomationException
useSubPixelRendering
- The useSubPixelRendering (in)
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 |