|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IComplexEdgeFeature
COM Interface 'IComplexEdgeFeature'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description: 'Provides access to members that return information about a complex edge feature.' 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 |
IID66f783ae_ea1b_11d1_aa91_00c04fa37b81
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
connectAtIntermediateVertices()
Attempt to connect at the locations corresponding to intermediate vertices. |
IGeometry |
getGeometryByPoints(IPoint fromPoint,
IPoint toPoint)
The geometry associated with the two points. |
IGeometry |
getGeometryForEID(int edgeEID)
The geometry (polyline) corresponding to the edge EID. |
IJunctionFeature |
getJunctionFeature(int index)
The JunctionFeature associated with the index. |
int |
getJunctionFeatureCount()
The number of connected JunctionFeatures. |
void |
splitEdgeElement(IPoint point,
int newJunctionEID)
Inserts the specified JunctionElement into an edge at the point. |
Field Detail |
---|
static final int IID66f783ae_ea1b_11d1_aa91_00c04fa37b81
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getJunctionFeatureCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IJunctionFeature getJunctionFeature(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void splitEdgeElement(IPoint point, int newJunctionEID) throws java.io.IOException, AutomationException
point
- A reference to a com.esri.arcgis.geometry.IPoint (in)newJunctionEID
- The newJunctionEID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeometry getGeometryByPoints(IPoint fromPoint, IPoint toPoint) throws java.io.IOException, AutomationException
fromPoint
- A reference to a com.esri.arcgis.geometry.IPoint (in)toPoint
- 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.IGeometry getGeometryForEID(int edgeEID) throws java.io.IOException, AutomationException
edgeEID
- The edgeEID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void connectAtIntermediateVertices() 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 |