com.esri.arcgis.controls
Interface IToolPositionInitializer

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

public interface IToolPositionInitializer
extends java.io.Serializable

COM Interface 'IToolPositionInitializer'. 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 IIDe6ae436e_70bc_4de8_b4ae_439977204bf9
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void initialize(IToolPositionCallback pCaller, int lCookie)
          Sets up the callback pointer for the callback interface to call through.
 

Field Detail

IIDe6ae436e_70bc_4de8_b4ae_439977204bf9

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

initialize

void initialize(IToolPositionCallback pCaller,
                int lCookie)
                throws java.io.IOException,
                       AutomationException
Sets up the callback pointer for the callback interface to call through.

Parameters:
pCaller - A reference to a com.esri.arcgis.controls.IToolPositionCallback (in)
lCookie - The lCookie (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.