com.esri.arcgis.controls
Interface IToolPositionCallback

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

public interface IToolPositionCallback
extends java.io.Serializable

COM Interface 'IToolPositionCallback'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriControls.olb'

Description: 'Provides access to members that indicate where on a map or globe the user has clicked.' 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 IIDfbe6e67c_839e_40bc_b1c4_11410bba13c0
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IIDfbe6e67c_839e_40bc_b1c4_11410bba13c0

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

mouseClicked

void mouseClicked(int lCookie,
                  int button,
                  int shift,
                  int x,
                  int y,
                  double mapX,
                  double mapY,
                  ISpatialReference pSpace)
                  throws java.io.IOException,
                         AutomationException
Controls the number of decimal places the editor reports numbers with.

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

deactivated

void deactivated()
                 throws java.io.IOException,
                        AutomationException
Tool to no longer be the active tool.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.