|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGeometryDraw
Provides access to members that convert a geometry into a sequence of Win32 drawing instructions.
The GeometryDraw coclass is used to draw an IGeometry object to an IDisplay object.
The GeometryDraw object provides an alternative to using the ISymbol::Draw method, which draws a Symbol to a device context using a particular Geometry to provide the location.
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. |
Method Detail |
---|
void draw(int hDC, IGeometry pGeometry, ITransformation pTransformation, IEnvelope pVisibleBounds) throws IOException, AutomationException
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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void queryGeometryFromWin32Path(int hDC, ITransformation transform, IPolygon geometry) throws IOException, AutomationException
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)
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 |