public interface ISegmentGraph
extends java.io.Serializable
Description: 'Provides access to members that define and navigate a topologically structured collection of segments.' 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 |
IID1e402754_0e2a_11d3_9f33_00c04f6bdd7f |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
ISegmentGraphCursor |
getCursor(IPoint p)
Returns a SegmentGraphCursor initially located at the segment closest to the specified point.
|
IEnvelope |
getEnvelope()
The Envelope of the SegmentGraph.
|
void |
load(IEnumGeometry geometries,
boolean generateFaces,
boolean takeOwnership)
Defines a SegmentGraph from an enumeration of polylines or polygons.
|
void |
setEmpty()
Sets the SegmentGraph to the empty state.
|
static final int IID1e402754_0e2a_11d3_9f33_00c04f6bdd7f
static final int xxDummy
static final java.lang.String IID
ISegmentGraphCursor getCursor(IPoint p) throws java.io.IOException, AutomationException
p
- 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 load(IEnumGeometry geometries, boolean generateFaces, boolean takeOwnership) throws java.io.IOException, AutomationException
geometries
- A reference to a com.esri.arcgis.geometry.IEnumGeometry (in)generateFaces
- The generateFaces (in)takeOwnership
- The takeOwnership (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setEmpty() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnvelope getEnvelope() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.