com.esri.arcgis.geometry
Interface IWin32Shape

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IWin32Shape2
All Known Implementing Classes:
IWin32Shape2Proxy, IWin32ShapeProxy

public interface IWin32Shape
extends java.io.Serializable

COM Interface 'IWin32Shape'. 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 IIDc1f45030_5836_11d0_a8f5_00608c85ede5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IIDc1f45030_5836_11d0_a8f5_00608c85ede5

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

exportToWin32Shape

void exportToWin32Shape(ITransformation transform,
                        IEnvelope displayExtent,
                        int[] byteCount,
                        byte[] byteBuffer,
                        boolean compatibleBuffer,
                        boolean[] dice)
                        throws java.io.IOException,
                               AutomationException
Exports a set of GDI drawing instruction for this geometry to the specified buffer. The exact number of bytes written is returned.

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