com.esri.arcgis.schematic
Interface ISchematicLink

All Superinterfaces:
IObject, IRow, IRowBuffer, java.io.Serializable
All Known Implementing Classes:
ISchematicLinkProxy, SchematicLink, SchematicSubLink

public interface ISchematicLink
extends IObject, java.io.Serializable

COM Interface 'ISchematicLink'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSchematic.olb'

Description: 'Provides access to members that control the schematic link element.' 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 IID58e84e96_f9fe_44c3_b2f8_180c4fda18da
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IObject
IID1afcdb34_ac09_11d2_8a1e_006097aff44e
 
Fields inherited from interface com.esri.arcgis.geodatabase.IRow
IIDfcb01cb4_9f0b_11d0_bec7_00805f7c4268
 
Fields inherited from interface com.esri.arcgis.geodatabase.IRowBuffer
IID93684651_1a83_11d1_8802_0000f877762d
 
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
 

Field Detail

IID58e84e96_f9fe_44c3_b2f8_180c4fda18da

static final int IID58e84e96_f9fe_44c3_b2f8_180c4fda18da
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getFromNode

ISchematicNode getFromNode()
                           throws java.io.IOException,
                                  AutomationException
Schematic origin node of the link.

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

setFromNodeByRef

void setFromNodeByRef(ISchematicNode schematicNode)
                      throws java.io.IOException,
                             AutomationException
Schematic origin node of the link.

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

getToNode

ISchematicNode getToNode()
                         throws java.io.IOException,
                                AutomationException
Schematic extremity node of the link.

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

setToNodeByRef

void setToNodeByRef(ISchematicNode schematicNode)
                    throws java.io.IOException,
                           AutomationException
Schematic extremity node of the link.

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

getFromPort

int getFromPort()
                throws java.io.IOException,
                       AutomationException
Port number on the schematic origin node used to connect the schematic link.

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

setFromPort

void setFromPort(int portNumber)
                 throws java.io.IOException,
                        AutomationException
Port number on the schematic origin node used to connect the schematic link.

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

getToPort

int getToPort()
              throws java.io.IOException,
                     AutomationException
Port number on the schematic extremity node used to connect the schematic link.

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

setToPort

void setToPort(int portNumber)
               throws java.io.IOException,
                      AutomationException
Port number on the schematic extremity node used to connect the schematic link.

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

getFlowDirection

int getFlowDirection()
                     throws java.io.IOException,
                            AutomationException
Flow direction of the schematic link.

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

setFlowDirection

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

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