|
|||||||||
| 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
public class ISchematicLinkProxy
Internal use class Proxy for 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 | |
|---|---|
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.ISchematicLink |
|---|
IID, IID58e84e96_f9fe_44c3_b2f8_180c4fda18da |
| 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 | |
|---|---|
|
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,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
ISchematicLinkProxy(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)
|
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)
|
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 static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public ISchematicLinkProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostException
java.io.IOExceptionpublic ISchematicLinkProxy()
public ISchematicLinkProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected ISchematicLinkProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected ISchematicLinkProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class IObjectProxyjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class IObjectProxyjava.io.IOException
public ISchematicNode getFromNode()
throws java.io.IOException,
AutomationException
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
setFromNodeByRef in interface ISchematicLinkschematicNode - A reference to a com.esri.arcgis.schematic.ISchematicNode (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISchematicNode getToNode()
throws java.io.IOException,
AutomationException
getToNode in interface ISchematicLinkjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setToNodeByRef(ISchematicNode schematicNode)
throws java.io.IOException,
AutomationException
setToNodeByRef in interface ISchematicLinkschematicNode - A reference to a com.esri.arcgis.schematic.ISchematicNode (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getFromPort()
throws java.io.IOException,
AutomationException
getFromPort in interface ISchematicLinkjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFromPort(int portNumber)
throws java.io.IOException,
AutomationException
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
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
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
getFlowDirection in interface ISchematicLinkjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFlowDirection(int flowDirection)
throws java.io.IOException,
AutomationException
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 | ||||||||