|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISegmentGraph
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 |
---|
static final int IID1e402754_0e2a_11d3_9f33_00c04f6bdd7f
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |