|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.geodatabase.IRowBufferProxy com.esri.arcgis.geodatabase.IRowProxy com.esri.arcgis.geodatabase.IObjectProxy com.esri.arcgis.schematic.ISchematicLinkProxy
public class ISchematicLinkProxy
Provides access to members that control the schematic link element.
ISchematicElement
,
com.esri.arcgis.schematic.INgLink
,
Serialized FormField Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
ISchematicLinkProxy()
|
|
ISchematicLinkProxy(Object obj)
|
protected |
ISchematicLinkProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
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 |
removeListener(String iidStr,
Object theListener)
|
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 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.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 |
---|
public boolean noncastable
Constructor Detail |
---|
public ISchematicLinkProxy()
public ISchematicLinkProxy(Object obj) throws IOException
IOException
protected ISchematicLinkProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class IObjectProxy
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class IObjectProxy
IOException
public ISchematicNode getFromNode() throws IOException, AutomationException
getFromNode
in interface ISchematicLink
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISchematicLink.getToNode()
public void setFromNodeByRef(ISchematicNode schematicNode) throws IOException, AutomationException
setFromNodeByRef
in interface ISchematicLink
schematicNode
- A reference to a com.esri.arcgis.schematic.ISchematicNode (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISchematicNode getToNode() throws IOException, AutomationException
getToNode
in interface ISchematicLink
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISchematicLink.getFromNode()
public void setToNodeByRef(ISchematicNode schematicNode) throws IOException, AutomationException
setToNodeByRef
in interface ISchematicLink
schematicNode
- A reference to a com.esri.arcgis.schematic.ISchematicNode (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getFromPort() throws IOException, AutomationException
getFromPort
in interface ISchematicLink
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISchematicLink.getToPort()
public void setFromPort(int portNumber) throws IOException, AutomationException
setFromPort
in interface ISchematicLink
portNumber
- The portNumber (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getToPort() throws IOException, AutomationException
getToPort
in interface ISchematicLink
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISchematicLink.getFromPort()
public void setToPort(int portNumber) throws IOException, AutomationException
setToPort
in interface ISchematicLink
portNumber
- The portNumber (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getFlowDirection() throws IOException, AutomationException
getFlowDirection
in interface ISchematicLink
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFlowDirection(int flowDirection) throws IOException, AutomationException
setFlowDirection
in interface ISchematicLink
flowDirection
- A com.esri.arcgis.geodatabase.esriFlowDirection constant (in)
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 |