com.esri.arcgis.geometry
Interface IWin32Shape2

All Superinterfaces:
IWin32Shape, java.io.Serializable
All Known Implementing Classes:
IWin32Shape2Proxy

public interface IWin32Shape2
extends IWin32Shape, java.io.Serializable

COM Interface 'IWin32Shape2'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeometry.olb'

Description: 'Provides access to members that prepare a set of GDI drawing instructions for a geometry.' 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 IIDab5eb1e9_90cc_11d4_9f6a_00c04f6bdf0d
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geometry.IWin32Shape
IIDc1f45030_5836_11d0_a8f5_00608c85ede5
 
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
 

Field Detail

IIDab5eb1e9_90cc_11d4_9f6a_00c04f6bdf0d

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

exportToWin32ShapeEx

void exportToWin32ShapeEx(boolean modifyTangents,
                          ITransformation transform,
                          IGeometry clipShape,
                          int[] byteCount,
                          byte[] byteBuffer,
                          boolean compatibleBuffer,
                          boolean[] dice)
                          throws java.io.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.

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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.