|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Provides access to members that control the schematic link element.
| Method Summary | |
int |
getFlowDirection()
Flow direction of the schematic link. |
ISchematicNode |
getFromNode()
Schematic origin node of the link. |
int |
getFromPort()
Port number on the schematic origin node used to connect the schematic link. |
ISchematicNode |
getToNode()
Schematic extremity node of the link. |
int |
getToPort()
Port number on the schematic extremity node used to connect the schematic link. |
void |
setFlowDirection(int flowDirection)
Flow direction of the schematic link. |
void |
setFromNodeByRef(ISchematicNode schematicNode)
Schematic origin node of the link. |
void |
setFromPort(int portNumber)
Port number on the schematic origin node used to connect the schematic link. |
void |
setToNodeByRef(ISchematicNode schematicNode)
Schematic extremity node of the link. |
void |
setToPort(int portNumber)
Port number on the schematic extremity node used to connect the schematic link. |
| Methods inherited from interface com.esri.arcgis.geodatabase.IObject |
esri_getClass |
| Methods inherited from interface com.esri.arcgis.geodatabase.IRow |
delete, getOID, getTable, isHasOID, store |
| Methods inherited from interface com.esri.arcgis.geodatabase.IRowBuffer |
getFields, getValue, setValue |
| Method Detail |
public ISchematicNode getFromNode()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFromNodeByRef(ISchematicNode schematicNode)
throws java.io.IOException,
AutomationException
schematicNode - A reference to a com.esri.arcgis.schematic.ISchematicNode (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISchematicNode getToNode()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setToNodeByRef(ISchematicNode schematicNode)
throws java.io.IOException,
AutomationException
schematicNode - A reference to a com.esri.arcgis.schematic.ISchematicNode (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getFromPort()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFromPort(int portNumber)
throws java.io.IOException,
AutomationException
portNumber - The portNumber (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getToPort()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setToPort(int portNumber)
throws java.io.IOException,
AutomationException
portNumber - The portNumber (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getFlowDirection()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFlowDirection(int flowDirection)
throws java.io.IOException,
AutomationException
flowDirection - A com.esri.arcgis.geodatabase.esriFlowDirection constant (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 | |||||||||