com.esri.arcgis.editor
Interface IEditLocation

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

public interface IEditLocation
extends java.io.Serializable

COM Interface 'IEditLocation'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriEditor.olb'

Description: 'Provides access to the Editor's Location property.' 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 IID021d7fff_9018_454a_9827_cfa428531de6
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IPoint getLocation()
          The last known location of the mouse.
 void setLocationByRef(IPoint loc)
          The last known location of the mouse.
 

Field Detail

IID021d7fff_9018_454a_9827_cfa428531de6

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

getLocation

IPoint getLocation()
                   throws java.io.IOException,
                          AutomationException
The last known location of the mouse.

Returns:
A reference to a com.esri.arcgis.geometry.IPoint
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLocationByRef

void setLocationByRef(IPoint loc)
                      throws java.io.IOException,
                             AutomationException
The last known location of the mouse.

Parameters:
loc - A reference to a com.esri.arcgis.geometry.IPoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.