com.esri.arcgis.geometry
Interface ISegmentGraph2

All Superinterfaces:
ISegmentGraph, Serializable
All Known Implementing Classes:
ISegmentGraph2Proxy

public interface ISegmentGraph2
extends ISegmentGraph, Serializable

Provides access to members that define and navigate a topologically structured collection of segments.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IPolyline getEdges()
          getEdges
 
Methods inherited from interface com.esri.arcgis.geometry.ISegmentGraph
getCursor, getEnvelope, load, setEmpty
 

Method Detail

getEdges

IPolyline getEdges()
                   throws IOException,
                          AutomationException
getEdges

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A reference to a com.esri.arcgis.geometry.IPolyline
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.