com.esri.arcgis.schematic
Interface ISchematicInMemoryFeatureLink

All Superinterfaces:
IFeature, IObject, IRow, IRowBuffer, ISchematicFeature, ISchematicInMemoryFeature, Serializable
All Known Implementing Classes:
ISchematicInMemoryFeatureLinkProxy, SchematicInMemoryFeatureLink, SchematicInMemoryFeatureSubLink

public interface ISchematicInMemoryFeatureLink
extends ISchematicInMemoryFeature, Serializable

Provides access to members that manage the schematic in memory feature link.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 void getExtremity(ISchematicInMemoryFeatureNode[] toNode, int[] toPort)
          Provides access to the extremity schematic in memory feature node and port number of the schematic in memory feature link.
 int getFlowDirection()
          Flow direction of the schematic in memory link.
 ISchematicInMemoryFeatureNode getFromNode()
          Origin schematic in memory feature node of the schematic in memory feature link.
 int getFromPort()
          Origin port number of the schematic in memory feature link.
 void getOrigin(ISchematicInMemoryFeatureNode[] fromNode, int[] fromPort)
          Provides access to the origin schematic in memory feature node and port number of the schematic in memory feature link.
 ISchematicInMemoryFeatureNode getToNode()
          Extremity schematic in memory feature node of the schematic in memory feature link.
 int getToPort()
          Extremity port number of the schematic in memory feature link.
 void setExtremity(ISchematicInMemoryFeatureNode toNode, int toPort)
          Changes the extremity schematic in memory feature node and port number of the schematic in memory feature link.
 void setFlowDirection(int flowDirection)
          Flow direction of the schematic in memory link.
 void setFromNodeByRef(ISchematicInMemoryFeatureNode fromNode)
          Origin schematic in memory feature node of the schematic in memory feature link.
 void setFromPort(int fromPort)
          Origin port number of the schematic in memory feature link.
 void setOrigin(ISchematicInMemoryFeatureNode fromNode, int fromPort)
          Changes the origin schematic in memory feature node and port number of the schematic in memory feature link.
 void setToNodeByRef(ISchematicInMemoryFeatureNode toNode)
          Extremity schematic in memory feature node of the schematic in memory feature link.
 void setToPort(int pVal)
          Extremity port number of the schematic in memory feature link.
 
Methods inherited from interface com.esri.arcgis.schematic.ISchematicInMemoryFeature
deleteSecondaryAssociations, getPropertySet, getSchematicElement, getSchematicInMemoryDiagram, getSchematicRelationManager, getSecondaryAssociations, getSubtype, getUpdateStatus, getUserData, isDisplayed, isInitial, refreshAttributes, removeUserData, restoreInitialPosition, restoreSavedLayout, setDisplayed, setInitial, setPropertySetByRef, setSubtype, setUpdateStatus, setUserData
 
Methods inherited from interface com.esri.arcgis.schematic.ISchematicFeature
getName, getSchematicDiagram, getSchematicElementClass
 
Methods inherited from interface com.esri.arcgis.geodatabase.IFeature
getExtent, getFeatureType, getShape, getShapeCopy, setShapeByRef
 
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

getFromPort

int getFromPort()
                throws IOException,
                       AutomationException
Origin port number of the schematic in memory feature link.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The fromPort
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFromPort

void setFromPort(int fromPort)
                 throws IOException,
                        AutomationException
Origin port number of the schematic in memory feature link.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
fromPort - The fromPort (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getToPort

int getToPort()
              throws IOException,
                     AutomationException
Extremity port number of the schematic in memory feature link.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pVal
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setToPort

void setToPort(int pVal)
               throws IOException,
                      AutomationException
Extremity port number of the schematic in memory feature link.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pVal - The pVal (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFromNode

ISchematicInMemoryFeatureNode getFromNode()
                                          throws IOException,
                                                 AutomationException
Origin schematic in memory feature node of the schematic in memory feature link.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setFromNodeByRef

void setFromNodeByRef(ISchematicInMemoryFeatureNode fromNode)
                      throws IOException,
                             AutomationException
Origin schematic in memory feature node of the schematic in memory feature link.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
fromNode - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeatureNode (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getToNode

ISchematicInMemoryFeatureNode getToNode()
                                        throws IOException,
                                               AutomationException
Extremity schematic in memory feature node of the schematic in memory feature link.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setToNodeByRef

void setToNodeByRef(ISchematicInMemoryFeatureNode toNode)
                    throws IOException,
                           AutomationException
Extremity schematic in memory feature node of the schematic in memory feature link.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
toNode - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeatureNode (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOrigin

void setOrigin(ISchematicInMemoryFeatureNode fromNode,
               int fromPort)
               throws IOException,
                      AutomationException
Changes the origin schematic in memory feature node and port number of the schematic in memory feature link.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
fromNode - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeatureNode (in)
fromPort - The fromPort (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExtremity

void setExtremity(ISchematicInMemoryFeatureNode toNode,
                  int toPort)
                  throws IOException,
                         AutomationException
Changes the extremity schematic in memory feature node and port number of the schematic in memory feature link.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
toNode - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeatureNode (in)
toPort - The toPort (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOrigin

void getOrigin(ISchematicInMemoryFeatureNode[] fromNode,
               int[] fromPort)
               throws IOException,
                      AutomationException
Provides access to the origin schematic in memory feature node and port number of the schematic in memory feature link.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
fromNode - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeatureNode (in/out: use single element array)
fromPort - The fromPort (in/out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExtremity

void getExtremity(ISchematicInMemoryFeatureNode[] toNode,
                  int[] toPort)
                  throws IOException,
                         AutomationException
Provides access to the extremity schematic in memory feature node and port number of the schematic in memory feature link.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
toNode - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeatureNode (in/out: use single element array)
toPort - The toPort (in/out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFlowDirection

int getFlowDirection()
                     throws IOException,
                            AutomationException
Flow direction of the schematic in memory link.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A com.esri.arcgis.geodatabase.esriFlowDirection constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFlowDirection

void setFlowDirection(int flowDirection)
                      throws IOException,
                             AutomationException
Flow direction of the schematic in memory link.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
flowDirection - A com.esri.arcgis.geodatabase.esriFlowDirection constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.