com.esri.arcgis.carto
Interface IGeoReferenceEvents

All Superinterfaces:
java.util.EventListener, java.io.Serializable
All Known Implementing Classes:
IGeoReferenceEventsAdapter, IGeoReferenceEventsProxy

public interface IGeoReferenceEvents
extends java.util.EventListener, java.io.Serializable

COM Interface 'IGeoReferenceEvents'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to events that occur when the state of the layer changes.' 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 IIDbc2e6acb_ee59_4b6d_91ce_4e1743d403b3
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void geoReferenceModified(IGeoReferenceEventsGeoReferenceModifiedEvent theEvent)
          Fired when the layer has a change to the georeference.
 void geoReferenceReset(IGeoReferenceEventsGeoReferenceResetEvent theEvent)
          Fired when the layer has a change to the georeference.
 

Field Detail

IIDbc2e6acb_ee59_4b6d_91ce_4e1743d403b3

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

geoReferenceModified

void geoReferenceModified(IGeoReferenceEventsGeoReferenceModifiedEvent theEvent)
                          throws java.io.IOException,
                                 AutomationException
Fired when the layer has a change to the georeference.

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

geoReferenceReset

void geoReferenceReset(IGeoReferenceEventsGeoReferenceResetEvent theEvent)
                       throws java.io.IOException,
                              AutomationException
Fired when the layer has a change to the georeference.

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