|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPointSnapper
COM Interface 'IPointSnapper'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriControls.olb'
Description: 'IPointSnapper Interface' 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 |
IID2314d18e_2bd1_4298_aa30_d6759cd6c127
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
int |
cacheShapes(IGeometryBag pShapes,
java.lang.String name)
Adds a shape to the snapping cache. |
void |
clearCache()
Clears the underlying snapping cache. |
ISnappingResult |
fullSnap(IPoint point)
Fully attempts to snap the specified point without regard to time. |
void |
getExcludedLayers(ISet ppSet)
Returns a reference to the set of layers that will be excluded in snapping. |
IPoint |
getTangentInputPoint()
Sets the input point used for calculating tangent points along curves. |
void |
removeCachedShapes(int token)
Remove the shape from the cache. |
void |
setTangentInputPointByRef(IPoint point)
Sets the input point used for calculating tangent points along curves. |
ISnappingResult |
snap(IPoint point)
Attempts to snap the specified point. |
void |
updateCachedShapes(int token,
IGeometryBag pShapes)
Updates the shapes in the cache for the given token. |
Field Detail |
---|
static final int IID2314d18e_2bd1_4298_aa30_d6759cd6c127
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
ISnappingResult snap(IPoint point) throws java.io.IOException, AutomationException
point
- A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void clearCache() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int cacheShapes(IGeometryBag pShapes, java.lang.String name) throws java.io.IOException, AutomationException
pShapes
- A reference to a com.esri.arcgis.geometry.IGeometryBag (in)name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void updateCachedShapes(int token, IGeometryBag pShapes) throws java.io.IOException, AutomationException
token
- The token (in)pShapes
- A reference to a com.esri.arcgis.geometry.IGeometryBag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeCachedShapes(int token) throws java.io.IOException, AutomationException
token
- The token (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTangentInputPointByRef(IPoint point) throws java.io.IOException, AutomationException
point
- A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPoint getTangentInputPoint() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getExcludedLayers(ISet ppSet) throws java.io.IOException, AutomationException
ppSet
- A reference to a com.esri.arcgis.system.ISet (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISnappingResult fullSnap(IPoint point) throws java.io.IOException, AutomationException
point
- A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |