com.esri.arcgis.geodatabase
Class ISurfaceIntersectionEventsAdapter
java.lang.Object
com.esri.arcgis.geodatabase.ISurfaceIntersectionEventsAdapter
- All Implemented Interfaces:
- ISurfaceIntersectionEvents, Serializable, EventListener
public class ISurfaceIntersectionEventsAdapter
- extends Object
- implements ISurfaceIntersectionEvents
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ISurfaceIntersectionEventsAdapter
public ISurfaceIntersectionEventsAdapter()
onIntersect
public void onIntersect(ISurfaceIntersectionEventsOnIntersectEvent theEvent)
throws IOException,
AutomationException
- This event is fired when the difference/depth-surface has been completed.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Specified by:
onIntersect
in interface ISurfaceIntersectionEvents
- Parameters:
theEvent
- The event
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.