|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Provides access to members that return and modify complex junction features.
It is recommended that developers do not use Complex Junctions in their data modeling solutions. Developers can leverage existing Geodatabase components in order to implement partial functionality, such as IFeatureClassExtension.
| Method Summary | |
int |
findJunctionEID(IPoint point)
The EID associated with the JunctionElement at the specified point. |
IEdgeFeature |
getEdgeFeature(int connectionPointIndex,
int index)
The EdgeFeature associated with the specified index value and the indexed connection point. |
int |
getEdgeFeatureCount(int connectionPointIndex)
The number of EdgeFeatures associated with the indexed connection point. |
int |
getFieldToEIDMapping(int fieldIndex)
The EID associated with the specified field index. |
IGeometry |
getGeometryForEdgeElement(int subID)
The geometry corresponding to the element with the given subID. |
int |
getJunctionElementCount()
The number of junctions associated with this Feature. |
int |
getTopologicalConfiguration()
The configuration of this Feature. |
void |
setJunctionElementCount(int numJunctions)
The number of junctions associated with this Feature. |
void |
setRotationAngle(double rhs1)
The rotation angle of this Feature. |
void |
setTopologicalConfiguration(int configuration)
The configuration of this Feature. |
| Method Detail |
public IGeometry getGeometryForEdgeElement(int subID)
throws java.io.IOException,
AutomationException
It is recommended that developers do not use Complex Junctions in their data modeling solutions. Developers can leverage existing Geodatabase components in order to implement partial functionality, such as IFeatureClassExtension.
subID - The subID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getEdgeFeatureCount(int connectionPointIndex)
throws java.io.IOException,
AutomationException
It is recommended that developers do not use Complex Junctions in their data modeling solutions. Developers can leverage existing Geodatabase components in order to implement partial functionality, such as IFeatureClassExtension.
connectionPointIndex - The connectionPointIndex (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEdgeFeature getEdgeFeature(int connectionPointIndex,
int index)
throws java.io.IOException,
AutomationException
It is recommended that developers do not use Complex Junctions in their data modeling solutions. Developers can leverage existing Geodatabase components in order to implement partial functionality, such as IFeatureClassExtension.
connectionPointIndex - The connectionPointIndex (in)index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getTopologicalConfiguration()
throws java.io.IOException,
AutomationException
It is recommended that developers do not use Complex Junctions in their data modeling solutions. Developers can leverage existing Geodatabase components in order to implement partial functionality, such as IFeatureClassExtension.
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTopologicalConfiguration(int configuration)
throws java.io.IOException,
AutomationException
configuration - A com.esri.arcgis.geodatabase.esriTopoConfiguration constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRotationAngle(double rhs1)
throws java.io.IOException,
AutomationException
It is recommended that developers do not use Complex Junctions in their data modeling solutions. Developers can leverage existing Geodatabase components in order to implement partial functionality, such as IFeatureClassExtension.
rhs1 - The rhs1 (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getFieldToEIDMapping(int fieldIndex)
throws java.io.IOException,
AutomationException
It is recommended that developers do not use Complex Junctions in their data modeling solutions. Developers can leverage existing Geodatabase components in order to implement partial functionality, such as IFeatureClassExtension.
fieldIndex - The fieldIndex (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getJunctionElementCount()
throws java.io.IOException,
AutomationException
It is recommended that developers do not use Complex Junctions in their data modeling solutions. Developers can leverage existing Geodatabase components in order to implement partial functionality, such as IFeatureClassExtension.
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setJunctionElementCount(int numJunctions)
throws java.io.IOException,
AutomationException
numJunctions - The numJunctions (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int findJunctionEID(IPoint point)
throws java.io.IOException,
AutomationException
It is recommended that developers do not use Complex Junctions in their data modeling solutions. Developers can leverage existing Geodatabase components in order to implement partial functionality, such as IFeatureClassExtension.
point - 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||