|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDicerCallback
Provides access to members that control the Polygon Dicer.
| 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. |
| Method Detail |
|---|
void onPrepare(int hDC)
throws IOException,
AutomationException
hDC - The hDC (A COM typedef) (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void onDice(int hDC,
tagPOINT points,
int numPoints)
throws IOException,
AutomationException
hDC - The hDC (A COM typedef) (in)points - A Structure: com.esri.arcgis.display.tagPOINT (in)numPoints - The numPoints (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void onComplete(int hDC,
tagPOINT points,
int[] partCounts,
int numParts)
throws IOException,
AutomationException
hDC - The hDC (A COM typedef) (in)points - A Structure: com.esri.arcgis.display.tagPOINT (in)partCounts - The partCounts (in)numParts - The numParts (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||