public interface IWin32Shape2 extends IWin32Shape, java.io.Serializable
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 =
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDab5eb1e9_90cc_11d4_9f6a_00c04f6bdf0d |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDc1f45030_5836_11d0_a8f5_00608c85ede5| Modifier and Type | Method and Description |
|---|---|
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.
|
exportToWin32Shapestatic final int IIDab5eb1e9_90cc_11d4_9f6a_00c04f6bdf0d
static final int xxDummy
static final java.lang.String IID
void exportToWin32ShapeEx(boolean modifyTangents,
ITransformation transform,
IGeometry clipShape,
int[] byteCount,
byte[] byteBuffer,
boolean compatibleBuffer,
boolean[] dice)
throws java.io.IOException,
AutomationException
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)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.