com.esri.arcgis.editor
Interface IFeatureSnapAgent2

All Superinterfaces:
IFeatureSnapAgent, ISnapAgent, java.io.Serializable
All Known Implementing Classes:
FeatureSnap, IFeatureSnapAgent2Proxy

public interface IFeatureSnapAgent2
extends IFeatureSnapAgent, java.io.Serializable

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

Description: 'Provides access to properties controlling Snapping in Z.' 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 IID7c41ef14_bc5f_4848_8a4d_9478fc492213
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.editor.IFeatureSnapAgent
IID2866e6b4_c00b_11d0_802b_0000f8037368
 
Fields inherited from interface com.esri.arcgis.editor.ISnapAgent
IID2866e6b3_c00b_11d0_802b_0000f8037368
 
Method Summary
 boolean isZSnappingEnabled()
          Indicates whether this Agent will snap in Z.
 void setZSnappingEnabled(boolean zSnapEnabled)
          Indicates whether this Agent will snap in Z.
 
Methods inherited from interface com.esri.arcgis.editor.IFeatureSnapAgent
getFeatureCache, getFeatureClass, getHitType, setFeatureClassByRef, setHitType
 
Methods inherited from interface com.esri.arcgis.editor.ISnapAgent
getName, snap
 

Field Detail

IID7c41ef14_bc5f_4848_8a4d_9478fc492213

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

setZSnappingEnabled

void setZSnappingEnabled(boolean zSnapEnabled)
                         throws java.io.IOException,
                                AutomationException
Indicates whether this Agent will snap in Z.

Parameters:
zSnapEnabled - The zSnapEnabled (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isZSnappingEnabled

boolean isZSnappingEnabled()
                           throws java.io.IOException,
                                  AutomationException
Indicates whether this Agent will snap in Z.

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