com.esri.arcgis.geodatabase
Interface IFeatureSnap

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ComplexJunctionFeature, IFeatureSnapProxy

public interface IFeatureSnap
extends java.io.Serializable

COM Interface 'IFeatureSnap'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that enable features to do custom snapping.' 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 IIDbffb1704_dbc0_11d1_aa7c_00c04fa374bd
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean snap(IPoint point, double tolerance)
          Snap the feature based on the arguments.
 

Field Detail

IIDbffb1704_dbc0_11d1_aa7c_00c04fa374bd

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

snap

boolean snap(IPoint point,
             double tolerance)
             throws java.io.IOException,
                    AutomationException
Snap the feature based on the arguments.

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