com.esri.arcgis.display
Interface IDicerCallback

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IDicerCallbackProxy

public interface IDicerCallback
extends java.io.Serializable

COM Interface 'IDicerCallback'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to members that control the Polygon Dicer.' 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 IIDe6bdaa7f_4d35_11d0_98be_00805f7ced21
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void onComplete(int hDC, tagPOINT points, int[] partCounts, int numParts)
          Finish use of dicer.
 void onDice(int hDC, tagPOINT points, int numPoints)
          Splits the polygon into a set of trapezoids.
 void onPrepare(int hDC)
          Prepare the dicer for first time use.
 

Field Detail

IIDe6bdaa7f_4d35_11d0_98be_00805f7ced21

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

onPrepare

void onPrepare(int hDC)
               throws java.io.IOException,
                      AutomationException
Prepare the dicer for first time use.

Parameters:
hDC - The hDC (A COM typedef) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onDice

void onDice(int hDC,
            tagPOINT points,
            int numPoints)
            throws java.io.IOException,
                   AutomationException
Splits the polygon into a set of trapezoids.

Parameters:
hDC - The hDC (A COM typedef) (in)
points - A Structure: com.esri.arcgis.display.tagPOINT (in)
numPoints - The numPoints (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onComplete

void onComplete(int hDC,
                tagPOINT points,
                int[] partCounts,
                int numParts)
                throws java.io.IOException,
                       AutomationException
Finish use of dicer.

Parameters:
hDC - The hDC (A COM typedef) (in)
points - A Structure: com.esri.arcgis.display.tagPOINT (in)
partCounts - The partCounts (in)
numParts - The numParts (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.