public interface IWin32Shape
extends 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 |
IIDc1f45030_5836_11d0_a8f5_00608c85ede5 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
exportToWin32Shape(ITransformation transform,
IEnvelope displayExtent,
int[] byteCount,
byte[] byteBuffer,
boolean compatibleBuffer,
boolean[] dice)
Exports a set of GDI drawing instruction for this geometry to the specified buffer.
|
static final int IIDc1f45030_5836_11d0_a8f5_00608c85ede5
static final int xxDummy
static final java.lang.String IID
void exportToWin32Shape(ITransformation transform, IEnvelope displayExtent, int[] byteCount, byte[] byteBuffer, boolean compatibleBuffer, boolean[] dice) throws java.io.IOException, AutomationException
transform
- A reference to a com.esri.arcgis.geometry.ITransformation (in)displayExtent
- A reference to a com.esri.arcgis.geometry.IEnvelope (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.