com.esri.arcgis.controls
Interface IEngineFeatureSnapAgent

All Superinterfaces:
IEngineSnapAgent, java.io.Serializable
All Known Implementing Classes:
EngineFeatureSnap, IEngineFeatureSnapAgentProxy

public interface IEngineFeatureSnapAgent
extends IEngineSnapAgent, java.io.Serializable

COM Interface 'IEngineFeatureSnapAgent'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriControls.olb'

Description: 'Provides access to members that control an engine 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 IID5d8681b3_01b9_41d5_b4db_c35b745ca15b
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.controls.IEngineSnapAgent
IIDe7ecdd8e_a513_47a1_9695_172823c329c9
 
Method Summary
 IFeatureCache getFeatureCache()
          The FeatureCache associated with the engine feature snap agent.
 IFeatureClass getFeatureClass()
          The featureclass the feature snap agent snaps to.
 int getHitType()
          The part of a geometry the engine 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 engine feature snap agent snaps to.
 
Methods inherited from interface com.esri.arcgis.controls.IEngineSnapAgent
getName, snap
 

Field Detail

IID5d8681b3_01b9_41d5_b4db_c35b745ca15b

static final int IID5d8681b3_01b9_41d5_b4db_c35b745ca15b
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 engine 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 engine 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 engine 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.