com.esri.arcgis.carto
Interface IGeoReferenceEvents

All Superinterfaces:
EventListener, Serializable
All Known Implementing Classes:
IGeoReferenceEventsAdapter, IGeoReferenceEventsProxy

public interface IGeoReferenceEvents
extends EventListener, Serializable

Provides access to events that occur when the state of the layer changes.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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.
 

Method Detail

geoReferenceModified

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

geoReferenceReset

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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