|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISegmentGraph
Provides access to members that define and navigate a topologically structured collection of segments.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
ISegmentGraphCursor getCursor(IPoint p)
throws IOException,
AutomationException
p - A reference to a com.esri.arcgis.geometry.IPoint (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void load(IEnumGeometry geometries,
boolean generateFaces,
boolean takeOwnership)
throws IOException,
AutomationException
geometries - A reference to a com.esri.arcgis.geometry.IEnumGeometry (in)generateFaces - The generateFaces (in)takeOwnership - The takeOwnership (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setEmpty()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnvelope getEnvelope()
throws IOException,
AutomationException
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 | ||||||||