|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IToolPositionCallback
Provides access to members that indicate where on a map or globe the user has clicked.
Method Summary | |
---|---|
void |
deactivated()
Tool to no longer be the active tool. |
void |
mouseClicked(int lCookie,
int button,
int shift,
int x,
int y,
double mapX,
double mapY,
ISpatialReference pSpace)
Controls the number of decimal places the editor reports numbers with. |
Method Detail |
---|
void mouseClicked(int lCookie, int button, int shift, int x, int y, double mapX, double mapY, ISpatialReference pSpace) throws IOException, AutomationException
lCookie
- The lCookie (in)button
- The button (in)shift
- The shift (in)x
- The x (in)y
- The y (in)mapX
- The mapX (in)mapY
- The mapY (in)pSpace
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void deactivated() throws IOException, AutomationException
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 |