com.esri.arcgis.editor
Interface ISnapEnvironment3
- All Superinterfaces:
- ISnapEnvironment, ISnapEnvironment2, java.io.Serializable
- All Known Implementing Classes:
- Editor, ISnapEnvironment3Proxy
public interface ISnapEnvironment3
- extends ISnapEnvironment2, java.io.Serializable
COM Interface 'ISnapEnvironment3'. Generated 3/19/2015 1:21:02 PM
from 'C:\ArcGIS\COM\esriEditor.olb'
Description: 'Provides access to members used to manipulate the snap environment for contraints.'
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 =
IID013e7acc_014a_40df_b883_2fec1694c979
static final int IID013e7acc_014a_40df_b883_2fec1694c979
- 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
snapToIntersection
boolean snapToIntersection(IPoint point,
IGeometry pIntersection)
throws java.io.IOException,
AutomationException
- Attempts to snap the specified point to the given intersection.
- Parameters:
point
- A reference to a com.esri.arcgis.geometry.IPoint (in)pIntersection
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
- Returns:
- The snapped
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
fullPointSnap
boolean fullPointSnap(IPoint point)
throws java.io.IOException,
AutomationException
- Always attempts to snap the point using the current snap environment. This should not be used to snap mouse position in a tool.
- Parameters:
point
- A reference to a com.esri.arcgis.geometry.IPoint (in)
- Returns:
- The snapped
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.