com.esri.arcgis.editor
Interface INotifyZFinalize

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
INotifyZFinalizeProxy

public interface INotifyZFinalize
extends java.io.Serializable

COM Interface 'INotifyZFinalize'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriEditor.olb'

Description: 'Provides access to a callback method the Editor will call if Z Attribution of a geometry fails.' 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 IIDf526dcab_c92a_4c27_b6ae_1decf4456a0f
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean failed(IGeometry geometry)
          Callback is called when Z Capture fails, allows client an opportunity to set a custom Z.
 

Field Detail

IIDf526dcab_c92a_4c27_b6ae_1decf4456a0f

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

failed

boolean failed(IGeometry geometry)
               throws java.io.IOException,
                      AutomationException
Callback is called when Z Capture fails, allows client an opportunity to set a custom Z.

Parameters:
geometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
Returns:
The handled
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.