com.esri.arcgis.geodatabaseextensions
Interface ITerrainEditEvents

All Superinterfaces:
java.util.EventListener, java.io.Serializable
All Known Implementing Classes:
ITerrainEditEventsAdapter, ITerrainEditEventsProxy, TerrainLayer

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

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

Description: 'Provides access to events that occur with a Terrain dataset.' 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 IIDf008ba42_5126_4daf_88ec_005af3a60083
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void onBuild(ITerrainEditEventsOnBuildEvent theEvent)
          This event is fired when Build is called on a Terrain.
 void onReconcile(ITerrainEditEventsOnReconcileEvent theEvent)
          This event is fired when Reconcile is called on a Terrain.
 void onRedoBuild(ITerrainEditEventsOnRedoBuildEvent theEvent)
          This event is fired when Redo Build is called on a Terrain.
 void onRedoReconcile(ITerrainEditEventsOnRedoReconcileEvent theEvent)
          This event is fired when Redo Reconcile is called on a Terrain.
 void onUndoBuild(ITerrainEditEventsOnUndoBuildEvent theEvent)
          This event is fired when Undo Build is called on a Terrain.
 void onUndoReconcile(ITerrainEditEventsOnUndoReconcileEvent theEvent)
          This event is fired when Undo Reconcile is called on a Terrain.
 

Field Detail

IIDf008ba42_5126_4daf_88ec_005af3a60083

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

onBuild

void onBuild(ITerrainEditEventsOnBuildEvent theEvent)
             throws java.io.IOException,
                    AutomationException
This event is fired when Build is called on a Terrain.

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

onUndoBuild

void onUndoBuild(ITerrainEditEventsOnUndoBuildEvent theEvent)
                 throws java.io.IOException,
                        AutomationException
This event is fired when Undo Build is called on a Terrain.

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

onRedoBuild

void onRedoBuild(ITerrainEditEventsOnRedoBuildEvent theEvent)
                 throws java.io.IOException,
                        AutomationException
This event is fired when Redo Build is called on a Terrain.

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

onReconcile

void onReconcile(ITerrainEditEventsOnReconcileEvent theEvent)
                 throws java.io.IOException,
                        AutomationException
This event is fired when Reconcile is called on a Terrain.

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

onUndoReconcile

void onUndoReconcile(ITerrainEditEventsOnUndoReconcileEvent theEvent)
                     throws java.io.IOException,
                            AutomationException
This event is fired when Undo Reconcile is called on a Terrain.

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

onRedoReconcile

void onRedoReconcile(ITerrainEditEventsOnRedoReconcileEvent theEvent)
                     throws java.io.IOException,
                            AutomationException
This event is fired when Redo Reconcile is called on a Terrain.

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