public interface ISegmentGraphCursor
extends java.io.Serializable
Description: 'Provides access to members that define and manipulate a way of navigating over segments topologically structured within a segment graph.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID329bfbd8_0e2a_11d3_9f33_00c04f6bdd7f |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
finishMoveTo(IPoint newLocation)
Moves from the current edge to the adjacent edge closest to newLocation.
|
IPolyline |
getCurrentTrace()
The current trace - a history of MoveTo/s and FinishMoveTo's within the segment graph since it was created or since the last call to Reset on this cursor.
|
IPoint |
getLocation()
The current location of the SegmentGraphCursor.
|
boolean |
moveTo(IPoint newLocation)
Moves from the current edge to an adjacent edge closest to newLocation.
|
void |
queryLocation(IPoint currentGraphLocation)
Copies the current location of the SegmentGraphCursor into the specified point.
|
void |
reset(IPoint startPoint)
Resets the location of the SegmentGraphCursor to a specified StartPoint.
|
static final int IID329bfbd8_0e2a_11d3_9f33_00c04f6bdd7f
static final int xxDummy
static final java.lang.String IID
IPoint getLocation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void queryLocation(IPoint currentGraphLocation) throws java.io.IOException, AutomationException
currentGraphLocation
- 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.IPolyline getCurrentTrace() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean moveTo(IPoint newLocation) throws java.io.IOException, AutomationException
newLocation
- 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 finishMoveTo(IPoint newLocation) throws java.io.IOException, AutomationException
newLocation
- 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 reset(IPoint startPoint) throws java.io.IOException, AutomationException
startPoint
- 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.