com.esri.arcgis.display
Interface IGeometryDraw

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GeometryDraw, IGeometryDrawProxy

public interface IGeometryDraw
extends java.io.Serializable

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

Description: 'Provides access to members that convert a geometry into a sequence of Win32 drawing instructions.' 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 IID741451a0_5f13_11d2_bcdb_0000f875bcce
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void draw(int hDC, IGeometry pGeometry, ITransformation pTransformation, IEnvelope pVisibleBounds)
          Draws the geometry.
 void queryGeometryFromWin32Path(int hDC, ITransformation transform, IPolygon geometry)
          Queries the geometry.
 

Field Detail

IID741451a0_5f13_11d2_bcdb_0000f875bcce

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

draw

void draw(int hDC,
          IGeometry pGeometry,
          ITransformation pTransformation,
          IEnvelope pVisibleBounds)
          throws java.io.IOException,
                 AutomationException
Draws the geometry.

Parameters:
hDC - The hDC (A COM typedef) (in)
pGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
pTransformation - A reference to a com.esri.arcgis.geometry.ITransformation (in)
pVisibleBounds - 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.

queryGeometryFromWin32Path

void queryGeometryFromWin32Path(int hDC,
                                ITransformation transform,
                                IPolygon geometry)
                                throws java.io.IOException,
                                       AutomationException
Queries the geometry.

Parameters:
hDC - The hDC (A COM typedef) (in)
transform - A reference to a com.esri.arcgis.geometry.ITransformation (in)
geometry - A reference to a com.esri.arcgis.geometry.IPolygon (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.