|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IViewRefresh
COM Interface 'IViewRefresh'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID5f78435a_7443_4195_beb2_caefa63433d8
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
void |
animationRefresh(int phase,
java.lang.Object data,
IEnvelope envelope)
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)
Use to quickly redraw a phase that has it's own cache, i.e., a tracking layer. |
boolean |
isDrawing()
Indicates whether the view is currently drawing or not. |
boolean |
isProgressiveDrawing()
Indicates whether the view should progressively update the window during drawing. |
void |
partialRefresh(int phase,
java.lang.Object data,
IEnvelope envelope)
Draws the specified view phase. |
void |
partialRefreshShape(int phase,
java.lang.Object data,
IGeometry geometry,
double symbolSizePoints)
Refreshes the specified shape on the specified view phase. |
void |
refresh()
Causes the entire view to draw. |
void |
refreshCaches()
Reallocate the display caches. |
void |
refreshItem(java.lang.Object data)
Use to redraw a specific item and the content above it. |
void |
setProgressiveDrawing(boolean flag)
Indicates whether the view should progressively update the window during drawing. |
| Field Detail |
|---|
static final int IID5f78435a_7443_4195_beb2_caefa63433d8
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
boolean isDrawing()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isProgressiveDrawing()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setProgressiveDrawing(boolean flag)
throws java.io.IOException,
AutomationException
flag - The flag (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void refresh()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void partialRefresh(int phase,
java.lang.Object data,
IEnvelope envelope)
throws java.io.IOException,
AutomationException
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.
void partialRefreshShape(int phase,
java.lang.Object data,
IGeometry geometry,
double symbolSizePoints)
throws java.io.IOException,
AutomationException
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.
void animationRefresh(int phase,
java.lang.Object data,
IEnvelope envelope)
throws java.io.IOException,
AutomationException
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.
void animationRefreshShape(int phase,
java.lang.Object data,
IGeometry geometry,
double symbolSizePoints)
throws java.io.IOException,
AutomationException
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.
void refreshItem(java.lang.Object data)
throws java.io.IOException,
AutomationException
data - A reference to another Object (IUnknown) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void refreshCaches()
throws java.io.IOException,
AutomationException
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 | ||||||||