| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDynamicDisplay2
Provides access to Dynamic Display.
| Method Summary | |
|---|---|
 void | 
deleteDynamicDrawing(IDynamicDrawing pDynamicDrawing)
Delete a dynamic drawing.  | 
 int | 
getSelectionIdentifier()
Allocate a unique index to be used with dynamic selection.  | 
 void | 
insertDynamicDrawing(IDynamicDrawing pDynamicDrawing,
                     int lPosition)
Add a dynamic drawing to the display at the specified Z order.  | 
 boolean | 
isSupportStaticDrawing()
Indicates whether display supports static drawing such as lables and graphics.  | 
 IArray | 
locate(int xView,
       int yView,
       int selectionMode,
       Object data)
Locate named objects in the display.  | 
 void | 
setSupportStaticDrawing(boolean staticDrawing)
Indicates whether display supports static drawing such as lables and graphics.  | 
| Methods inherited from interface com.esri.arcgis.display.IDynamicDisplay | 
|---|
drawLine, drawMarker, drawMultipleLines, drawMultipleMarkers, drawPolygon, drawPolyline, drawRectangle, drawText, getDynamicGlyphFactory | 
| Method Detail | 
|---|
boolean isSupportStaticDrawing()
                               throws IOException,
                                      AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.void setSupportStaticDrawing(boolean staticDrawing)
                             throws IOException,
                                    AutomationException
staticDrawing - The staticDrawing  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.IArray locate(int xView,
              int yView,
              int selectionMode,
              Object data)
              throws IOException,
                     AutomationException
xView - The xView  (in)yView - The yView  (in)selectionMode - A com.esri.arcgis.display.esriDynamicSelectionMode constant  (in)data - A reference to another Object (IUnknown)  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.int getSelectionIdentifier()
                           throws IOException,
                                  AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.void insertDynamicDrawing(IDynamicDrawing pDynamicDrawing,
                          int lPosition)
                          throws IOException,
                                 AutomationException
pDynamicDrawing - A reference to a com.esri.arcgis.display.IDynamicDrawing  (in)lPosition - The lPosition  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.void deleteDynamicDrawing(IDynamicDrawing pDynamicDrawing)
                          throws IOException,
                                 AutomationException
pDynamicDrawing - A reference to a com.esri.arcgis.display.IDynamicDrawing  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||