|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.carto.IViewRefreshProxy
Description: 'Provides access to members that are useful for refreshing views.' 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 =
public class IViewRefreshProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.carto.IViewRefresh |
---|
IID, IID5f78435a_7443_4195_beb2_caefa63433d8 |
Constructor Summary | |
---|---|
|
IViewRefreshProxy()
Deprecated. For internal use only |
|
IViewRefreshProxy(java.lang.Object obj)
Deprecated. |
protected |
IViewRefreshProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IViewRefreshProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IViewRefreshProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
void |
animationRefresh(int phase,
java.lang.Object data,
IEnvelope envelope)
Deprecated. Use to quickly redraw a phase that has it's own cache, i.e., a tracking layer. |
void |
animationRefreshShape(int phase,
java.lang.Object data,
IGeometry geometry,
double symbolSizePoints)
Deprecated. Use to quickly redraw a phase that has it's own cache, i.e., a tracking layer. |
boolean |
isDrawing()
Deprecated. Indicates whether the view is currently drawing or not. |
boolean |
isProgressiveDrawing()
Deprecated. Indicates whether the view should progressively update the window during drawing. |
void |
partialRefresh(int phase,
java.lang.Object data,
IEnvelope envelope)
Deprecated. Draws the specified view phase. |
void |
partialRefreshShape(int phase,
java.lang.Object data,
IGeometry geometry,
double symbolSizePoints)
Deprecated. Refreshes the specified shape on the specified view phase. |
void |
refresh()
Deprecated. Causes the entire view to draw. |
void |
refreshCaches()
Deprecated. Reallocate the display caches. |
void |
refreshItem(java.lang.Object data)
Deprecated. Use to redraw a specific item and the content above it. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setProgressiveDrawing(boolean flag)
Deprecated. Indicates whether the view should progressively update the window during drawing. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IViewRefreshProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IViewRefreshProxy()
public IViewRefreshProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IViewRefreshProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IViewRefreshProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public boolean isDrawing() throws java.io.IOException, AutomationException
isDrawing
in interface IViewRefresh
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isProgressiveDrawing() throws java.io.IOException, AutomationException
isProgressiveDrawing
in interface IViewRefresh
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setProgressiveDrawing(boolean flag) throws java.io.IOException, AutomationException
setProgressiveDrawing
in interface IViewRefresh
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void refresh() throws java.io.IOException, AutomationException
refresh
in interface IViewRefresh
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void partialRefresh(int phase, java.lang.Object data, IEnvelope envelope) throws java.io.IOException, AutomationException
partialRefresh
in interface IViewRefresh
phase
- A com.esri.arcgis.carto.esriViewDrawPhase constant (in)data
- A reference to another Object (IUnknown) (in)envelope
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void partialRefreshShape(int phase, java.lang.Object data, IGeometry geometry, double symbolSizePoints) throws java.io.IOException, AutomationException
partialRefreshShape
in interface IViewRefresh
phase
- A com.esri.arcgis.carto.esriViewDrawPhase constant (in)data
- A reference to another Object (IUnknown) (in)geometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)symbolSizePoints
- The symbolSizePoints (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void animationRefresh(int phase, java.lang.Object data, IEnvelope envelope) throws java.io.IOException, AutomationException
animationRefresh
in interface IViewRefresh
phase
- A com.esri.arcgis.carto.esriViewDrawPhase constant (in)data
- A reference to another Object (IUnknown) (in)envelope
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void animationRefreshShape(int phase, java.lang.Object data, IGeometry geometry, double symbolSizePoints) throws java.io.IOException, AutomationException
animationRefreshShape
in interface IViewRefresh
phase
- A com.esri.arcgis.carto.esriViewDrawPhase constant (in)data
- A reference to another Object (IUnknown) (in)geometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)symbolSizePoints
- The symbolSizePoints (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void refreshItem(java.lang.Object data) throws java.io.IOException, AutomationException
refreshItem
in interface IViewRefresh
data
- A reference to another Object (IUnknown) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void refreshCaches() throws java.io.IOException, AutomationException
refreshCaches
in interface IViewRefresh
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 |