com.esri.arcgis.editor
Interface IFeatureSnapAgent

All Superinterfaces:
ISnapAgent, java.io.Serializable
All Known Subinterfaces:
IFeatureSnapAgent2
All Known Implementing Classes:
FeatureSnap, IFeatureSnapAgent2Proxy, IFeatureSnapAgentProxy

public interface IFeatureSnapAgent
extends ISnapAgent, java.io.Serializable

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

Description: 'Provides access to members that control a feature snap agent's properties.' 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 IID2866e6b4_c00b_11d0_802b_0000f8037368
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.editor.ISnapAgent
IID2866e6b3_c00b_11d0_802b_0000f8037368
 
Method Summary
 IFeatureCache getFeatureCache()
          The FeatureCache associated with the feature snap agent.
 IFeatureClass getFeatureClass()
          The featureclass the feature snap agent snaps to.
 int getHitType()
          The part of a geometry the feature snap agent snaps to.
 void setFeatureClassByRef(IFeatureClass featClass)
          The featureclass the feature snap agent snaps to.
 void setHitType(int hitType)
          The part of a geometry the feature snap agent snaps to.
 
Methods inherited from interface com.esri.arcgis.editor.ISnapAgent
getName, snap
 

Field Detail

IID2866e6b4_c00b_11d0_802b_0000f8037368

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

setFeatureClassByRef

void setFeatureClassByRef(IFeatureClass featClass)
                          throws java.io.IOException,
                                 AutomationException
The featureclass the feature snap agent snaps to.

Parameters:
featClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFeatureClass

IFeatureClass getFeatureClass()
                              throws java.io.IOException,
                                     AutomationException
The featureclass the feature snap agent snaps to.

Returns:
A reference to a com.esri.arcgis.geodatabase.IFeatureClass
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHitType

void setHitType(int hitType)
                throws java.io.IOException,
                       AutomationException
The part of a geometry the feature snap agent snaps to.

Parameters:
hitType - A com.esri.arcgis.geometry.esriGeometryHitPartType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHitType

int getHitType()
               throws java.io.IOException,
                      AutomationException
The part of a geometry the feature snap agent snaps to.

Returns:
A com.esri.arcgis.geometry.esriGeometryHitPartType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFeatureCache

IFeatureCache getFeatureCache()
                              throws java.io.IOException,
                                     AutomationException
The FeatureCache associated with the feature snap agent.

Returns:
A reference to a com.esri.arcgis.carto.IFeatureCache
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.