com.esri.arcgis.schematic
Class ISchematicInMemoryFeatureLinkProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.IRowBufferProxy
          extended by com.esri.arcgis.geodatabase.IRowProxy
              extended by com.esri.arcgis.geodatabase.IObjectProxy
                  extended by com.esri.arcgis.geodatabase.IFeatureProxy
                      extended by com.esri.arcgis.schematic.ISchematicFeatureProxy
                          extended by com.esri.arcgis.schematic.ISchematicInMemoryFeatureProxy
                              extended by com.esri.arcgis.schematic.ISchematicInMemoryFeatureLinkProxy
All Implemented Interfaces:
IFeature, IObject, IRow, IRowBuffer, ISchematicFeature, ISchematicInMemoryFeature, ISchematicInMemoryFeatureLink, java.io.Externalizable, java.io.Serializable

public class ISchematicInMemoryFeatureLinkProxy
extends ISchematicInMemoryFeatureProxy
implements ISchematicInMemoryFeatureLink, java.io.Serializable

Internal use class Proxy for COM Interface 'ISchematicInMemoryFeatureLink'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSchematic.olb'

Description: 'Provides access to members that manage the schematic in memory feature link.' 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 =

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
static java.lang.Class targetClass
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.schematic.ISchematicInMemoryFeatureLink
IID, IID81bd11af_071d_4936_80f7_e4b0a6ebcbcd
 
Fields inherited from interface com.esri.arcgis.schematic.ISchematicInMemoryFeature
IIDefcd854c_90a7_4de3_ad12_d835195890d7
 
Fields inherited from interface com.esri.arcgis.schematic.ISchematicFeature
IIDca0202c4_e43e_4712_90a6_490813de453f
 
Fields inherited from interface com.esri.arcgis.geodatabase.IFeature
IIDd4803ee9_79f4_11d0_97fc_0080c7f79481
 
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
 
Constructor Summary
  ISchematicInMemoryFeatureLinkProxy()
          For internal use only
  ISchematicInMemoryFeatureLinkProxy(java.lang.Object obj)
           
protected ISchematicInMemoryFeatureLinkProxy(java.lang.Object obj, java.lang.String iid)
           
  ISchematicInMemoryFeatureLinkProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected ISchematicInMemoryFeatureLinkProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
           
 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 removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 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 class com.esri.arcgis.schematic.ISchematicInMemoryFeatureProxy
deleteSecondaryAssociations, getPropertySet, getSchematicElement, getSchematicInMemoryDiagram, getSchematicRelationManager, getSecondaryAssociations, getSubtype, getUpdateStatus, getUserData, isDisplayed, isInitial, refreshAttributes, removeUserData, restoreInitialPosition, restoreSavedLayout, setDisplayed, setInitial, setPropertySetByRef, setSubtype, setUpdateStatus, setUserData
 
Methods inherited from class com.esri.arcgis.schematic.ISchematicFeatureProxy
getName, getSchematicDiagram, getSchematicElementClass
 
Methods inherited from class com.esri.arcgis.geodatabase.IFeatureProxy
getExtent, getFeatureType, getShape, getShapeCopy, setShapeByRef
 
Methods inherited from class com.esri.arcgis.geodatabase.IObjectProxy
esri_getClass
 
Methods inherited from class com.esri.arcgis.geodatabase.IRowProxy
delete, getOID, getTable, isHasOID, store
 
Methods inherited from class com.esri.arcgis.geodatabase.IRowBufferProxy
getFields, getValue, setValue
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Field Detail

targetClass

public static final java.lang.Class targetClass

noncastable

public boolean noncastable
Constructor Detail

ISchematicInMemoryFeatureLinkProxy

public ISchematicInMemoryFeatureLinkProxy(java.lang.String CLSID,
                                          java.lang.String host,
                                          com.esri.arcgis.interop.AuthInfo authInfo)
                                   throws java.net.UnknownHostException,
                                          java.io.IOException
Throws:
java.net.UnknownHostException
java.io.IOException

ISchematicInMemoryFeatureLinkProxy

public ISchematicInMemoryFeatureLinkProxy()
For internal use only


ISchematicInMemoryFeatureLinkProxy

public ISchematicInMemoryFeatureLinkProxy(java.lang.Object obj)
                                   throws java.io.IOException
Throws:
java.io.IOException

ISchematicInMemoryFeatureLinkProxy

protected ISchematicInMemoryFeatureLinkProxy(java.lang.Object obj,
                                             java.lang.String iid)
                                      throws java.io.IOException
Throws:
java.io.IOException

ISchematicInMemoryFeatureLinkProxy

protected ISchematicInMemoryFeatureLinkProxy(java.lang.String CLSID,
                                             java.lang.String iid,
                                             java.lang.String host,
                                             com.esri.arcgis.interop.AuthInfo authInfo)
                                      throws java.io.IOException
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Overrides:
addListener in class ISchematicInMemoryFeatureProxy
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Overrides:
removeListener in class ISchematicInMemoryFeatureProxy
Throws:
java.io.IOException

getFromPort

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

Specified by:
getFromPort in interface ISchematicInMemoryFeatureLink
Returns:
The fromPort
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFromPort

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

Specified by:
setFromPort in interface ISchematicInMemoryFeatureLink
Parameters:
fromPort - The fromPort (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getToPort

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

Specified by:
getToPort in interface ISchematicInMemoryFeatureLink
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setToPort

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

Specified by:
setToPort in interface ISchematicInMemoryFeatureLink
Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFromNode

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

Specified by:
getFromNode in interface ISchematicInMemoryFeatureLink
Returns:
A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeatureNode
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFromNodeByRef

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

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

getToNode

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

Specified by:
getToNode in interface ISchematicInMemoryFeatureLink
Returns:
A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeatureNode
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setToNodeByRef

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

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

setOrigin

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

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

setExtremity

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

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

getOrigin

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

Specified by:
getOrigin in interface ISchematicInMemoryFeatureLink
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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExtremity

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

Specified by:
getExtremity in interface ISchematicInMemoryFeatureLink
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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFlowDirection

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

Specified by:
getFlowDirection in interface ISchematicInMemoryFeatureLink
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

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

Specified by:
setFlowDirection in interface ISchematicInMemoryFeatureLink
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.