com.esri.arcgis.geometry
Interface ISegmentGraph

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ISegmentGraph2
All Known Implementing Classes:
ISegmentGraph2Proxy, ISegmentGraphProxy, SegmentGraph

public interface ISegmentGraph
extends java.io.Serializable

COM Interface 'ISegmentGraph'. 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 IID1e402754_0e2a_11d3_9f33_00c04f6bdd7f
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID1e402754_0e2a_11d3_9f33_00c04f6bdd7f

static final int IID1e402754_0e2a_11d3_9f33_00c04f6bdd7f
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

getCursor

ISegmentGraphCursor getCursor(IPoint p)
                              throws java.io.IOException,
                                     AutomationException
Returns a SegmentGraphCursor initially located at the segment closest to the specified point.

Parameters:
p - A reference to a com.esri.arcgis.geometry.IPoint (in)
Returns:
A reference to a com.esri.arcgis.geometry.ISegmentGraphCursor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

load

void load(IEnumGeometry geometries,
          boolean generateFaces,
          boolean takeOwnership)
          throws java.io.IOException,
                 AutomationException
Defines a SegmentGraph from an enumeration of polylines or polygons.

Parameters:
geometries - A reference to a com.esri.arcgis.geometry.IEnumGeometry (in)
generateFaces - The generateFaces (in)
takeOwnership - The takeOwnership (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEmpty

void setEmpty()
              throws java.io.IOException,
                     AutomationException
Sets the SegmentGraph to the empty state.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getEnvelope

IEnvelope getEnvelope()
                      throws java.io.IOException,
                             AutomationException
The Envelope of the SegmentGraph.

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