com.esri.arcgis.geometry
Interface IWin32Shape2

All Superinterfaces:
IWin32Shape, Serializable
All Known Implementing Classes:
IWin32Shape2Proxy

public interface IWin32Shape2
extends IWin32Shape, Serializable

Provides access to members that prepare a set of GDI drawing instructions for a geometry.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 void exportToWin32ShapeEx(boolean modifyTangents, ITransformation transform, IGeometry clipShape, int[] byteCount, byte[] byteBuffer, boolean compatibleBuffer, boolean[] dice)
          Export a set of GDI drawing instruction for this geometry.
 
Methods inherited from interface com.esri.arcgis.geometry.IWin32Shape
exportToWin32Shape
 

Method Detail

exportToWin32ShapeEx

void exportToWin32ShapeEx(boolean modifyTangents,
                          ITransformation transform,
                          IGeometry clipShape,
                          int[] byteCount,
                          byte[] byteBuffer,
                          boolean compatibleBuffer,
                          boolean[] dice)
                          throws IOException,
                                 AutomationException
Export a set of GDI drawing instruction for this geometry. An arbitrary clip shape can be provided (as opposed to a simple envelope). A polygon or closed polyline can be specified to restructure itself so that its endpoints lie on a common tangent.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Parameters:
modifyTangents - The modifyTangents (in)
transform - A reference to a com.esri.arcgis.geometry.ITransformation (in)
clipShape - A reference to a com.esri.arcgis.geometry.IGeometry (in)
byteCount - The byteCount (in/out: use single element array)
byteBuffer - An unsigned byte (out: use single element array)
compatibleBuffer - The compatibleBuffer (in)
dice - The dice (in/out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.