|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.geodatabase.IRowBufferProxy
com.esri.arcgis.geodatabase.IRowProxy
com.esri.arcgis.geodatabase.IObjectProxy
com.esri.arcgis.schematic.ISchematicLinkProxy
Provides access to members that control the schematic link element.
| Field Summary | |
static java.lang.Class |
targetClass
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF |
| Constructor Summary | |
|
ISchematicLinkProxy()
For internal use only |
|
ISchematicLinkProxy(java.lang.Object obj)
|
protected |
ISchematicLinkProxy(java.lang.Object obj,
java.lang.String iid)
|
|
ISchematicLinkProxy(java.lang.String CLSID,
java.lang.String host,
AuthInfo authInfo)
|
protected |
ISchematicLinkProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
AuthInfo authInfo)
|
| Method Summary | |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object. |
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(java.lang.String iidStr,
java.lang.Object theListener)
Removes a Java object as a listener to events generated by a COM object. |
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 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 static final java.lang.Class targetClass
| Constructor Detail |
public ISchematicLinkProxy(java.lang.String CLSID,
java.lang.String host,
AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
public ISchematicLinkProxy()
public ISchematicLinkProxy(java.lang.Object obj)
throws java.io.IOException
protected ISchematicLinkProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
protected ISchematicLinkProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
AuthInfo authInfo)
throws java.io.IOException
| Method Detail |
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
Dispatch
addListener in class IObjectProxyjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
Dispatch
removeListener in class IObjectProxyjava.io.IOException
public ISchematicNode getFromNode()
throws java.io.IOException,
AutomationException
ISchematicLink
getFromNode in interface ISchematicLinkjava.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
ISchematicLink
setFromNodeByRef in interface ISchematicLinkschematicNode - A reference to a com.esri.arcgis.schematic.ISchematicNode (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public ISchematicNode getToNode()
throws java.io.IOException,
AutomationException
ISchematicLink
getToNode in interface ISchematicLinkAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setToNodeByRef(ISchematicNode schematicNode)
throws java.io.IOException,
AutomationException
ISchematicLink
setToNodeByRef in interface ISchematicLinkschematicNode - A reference to a com.esri.arcgis.schematic.ISchematicNode (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int getFromPort()
throws java.io.IOException,
AutomationException
ISchematicLink
getFromPort in interface ISchematicLinkAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setFromPort(int portNumber)
throws java.io.IOException,
AutomationException
ISchematicLink
setFromPort in interface ISchematicLinkportNumber - 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
ISchematicLink
getToPort in interface ISchematicLinkjava.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
ISchematicLink
setToPort in interface ISchematicLinkportNumber - 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
ISchematicLink
getFlowDirection in interface ISchematicLinkAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setFlowDirection(int flowDirection)
throws java.io.IOException,
AutomationException
ISchematicLink
setFlowDirection in interface ISchematicLinkflowDirection - 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 | |||||||||