com.esri.arcgis.carto
Class IGeoReferenceEventsAdapter
java.lang.Object
com.esri.arcgis.carto.IGeoReferenceEventsAdapter
- All Implemented Interfaces:
- IGeoReferenceEvents, Serializable, EventListener
public class IGeoReferenceEventsAdapter
- extends Object
- implements IGeoReferenceEvents
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IGeoReferenceEventsAdapter
public IGeoReferenceEventsAdapter()
geoReferenceModified
public 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
- Specified by:
geoReferenceModified
in interface IGeoReferenceEvents
- Parameters:
theEvent
- The event
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
geoReferenceReset
public 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
- Specified by:
geoReferenceReset
in interface IGeoReferenceEvents
- Parameters:
theEvent
- The event
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.