com.esri.arcgis.geometry
Interface ISegmentGraph2

All Superinterfaces:
ISegmentGraph, java.io.Serializable
All Known Implementing Classes:
ISegmentGraph2Proxy

public interface ISegmentGraph2
extends ISegmentGraph, java.io.Serializable

COM Interface 'ISegmentGraph2'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeometry.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID8b901909_46bf_4cf6_9d7a_fd0248f734ef
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geometry.ISegmentGraph
IID1e402754_0e2a_11d3_9f33_00c04f6bdd7f
 
Method Summary
 IPolyline getEdges()
          getEdges
 
Methods inherited from interface com.esri.arcgis.geometry.ISegmentGraph
getCursor, getEnvelope, load, setEmpty
 

Field Detail

IID8b901909_46bf_4cf6_9d7a_fd0248f734ef

static final int IID8b901909_46bf_4cf6_9d7a_fd0248f734ef
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getEdges

IPolyline getEdges()
                   throws java.io.IOException,
                          AutomationException
getEdges

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