com.esri.arcgis.display
Interface IDynamicDrawScreen

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DynamicDisplay, IDynamicDrawScreenProxy

public interface IDynamicDrawScreen
extends java.io.Serializable

COM Interface 'IDynamicDrawScreen'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to Dynamic Screen Draw.' 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 IID6f74efd8_1ce5_4012_b5fa_cbc9dfb17132
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void drawScreenLine(IPoint startPoint, IPoint endPoint)
          Draws a line between the specified points on the screen.
 void drawScreenMarker(IPoint point)
          Draws a marker at the specified point on the screen.
 void drawScreenMultipleLines(IPointCollection pointCollection)
          Draws specified lines on the screen.
 void drawScreenMultipleMarkers(IPointCollection pointCollection)
          Draws a marker at the specified points on the screen.
 void drawScreenPolygon(IPointCollection pointCollection)
          Draws specified polygon with fill and line on the screen.
 void drawScreenPolyline(IPointCollection pointCollection)
          Draws specified polyline on the screen.
 void drawScreenRectangle(IEnvelope envelope)
          Draws specified rectangle with fill and line on the screen.
 void drawScreenText(IPoint point, java.lang.String text)
          Draws text at the specified point on the screen.
 

Field Detail

IID6f74efd8_1ce5_4012_b5fa_cbc9dfb17132

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

drawScreenMultipleMarkers

void drawScreenMultipleMarkers(IPointCollection pointCollection)
                               throws java.io.IOException,
                                      AutomationException
Draws a marker at the specified points on the screen.

Parameters:
pointCollection - A reference to a com.esri.arcgis.geometry.IPointCollection (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

drawScreenMarker

void drawScreenMarker(IPoint point)
                      throws java.io.IOException,
                             AutomationException
Draws a marker at the specified point on the screen.

Parameters:
point - A reference to a com.esri.arcgis.geometry.IPoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

drawScreenPolygon

void drawScreenPolygon(IPointCollection pointCollection)
                       throws java.io.IOException,
                              AutomationException
Draws specified polygon with fill and line on the screen.

Parameters:
pointCollection - A reference to a com.esri.arcgis.geometry.IPointCollection (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

drawScreenMultipleLines

void drawScreenMultipleLines(IPointCollection pointCollection)
                             throws java.io.IOException,
                                    AutomationException
Draws specified lines on the screen.

Parameters:
pointCollection - A reference to a com.esri.arcgis.geometry.IPointCollection (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

drawScreenLine

void drawScreenLine(IPoint startPoint,
                    IPoint endPoint)
                    throws java.io.IOException,
                           AutomationException
Draws a line between the specified points on the screen.

Parameters:
startPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)
endPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

drawScreenPolyline

void drawScreenPolyline(IPointCollection pointCollection)
                        throws java.io.IOException,
                               AutomationException
Draws specified polyline on the screen.

Parameters:
pointCollection - A reference to a com.esri.arcgis.geometry.IPointCollection (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

drawScreenRectangle

void drawScreenRectangle(IEnvelope envelope)
                         throws java.io.IOException,
                                AutomationException
Draws specified rectangle with fill and line on the screen.

Parameters:
envelope - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

drawScreenText

void drawScreenText(IPoint point,
                    java.lang.String text)
                    throws java.io.IOException,
                           AutomationException
Draws text at the specified point on the screen.

Parameters:
point - A reference to a com.esri.arcgis.geometry.IPoint (in)
text - The text (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.