|
|||||||||
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.geodatabase.IFeatureProxy com.esri.arcgis.schematic.ISchematicFeatureProxy com.esri.arcgis.schematic.ISchematicInMemoryFeatureProxy com.esri.arcgis.schematic.ISchematicInMemoryFeatureLinkProxy
public class ISchematicInMemoryFeatureLinkProxy
Provides access to members that manage the schematic in memory feature link.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
ISchematicInMemoryFeatureLinkProxy()
|
|
ISchematicInMemoryFeatureLinkProxy(Object obj)
|
protected |
ISchematicInMemoryFeatureLinkProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
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(String iidStr,
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 |
---|
public boolean noncastable
Constructor Detail |
---|
public ISchematicInMemoryFeatureLinkProxy()
public ISchematicInMemoryFeatureLinkProxy(Object obj) throws IOException
IOException
protected ISchematicInMemoryFeatureLinkProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class ISchematicInMemoryFeatureProxy
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class ISchematicInMemoryFeatureProxy
IOException
public int getFromPort() throws IOException, AutomationException
getFromPort
in interface ISchematicInMemoryFeatureLink
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFromPort(int fromPort) throws IOException, AutomationException
setFromPort
in interface ISchematicInMemoryFeatureLink
fromPort
- The fromPort (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getToPort() throws IOException, AutomationException
getToPort
in interface ISchematicInMemoryFeatureLink
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setToPort(int pVal) throws IOException, AutomationException
setToPort
in interface ISchematicInMemoryFeatureLink
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISchematicInMemoryFeatureNode getFromNode() throws IOException, AutomationException
getFromNode
in interface ISchematicInMemoryFeatureLink
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFromNodeByRef(ISchematicInMemoryFeatureNode fromNode) throws IOException, AutomationException
setFromNodeByRef
in interface ISchematicInMemoryFeatureLink
fromNode
- A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeatureNode (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISchematicInMemoryFeatureNode getToNode() throws IOException, AutomationException
getToNode
in interface ISchematicInMemoryFeatureLink
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setToNodeByRef(ISchematicInMemoryFeatureNode toNode) throws IOException, AutomationException
setToNodeByRef
in interface ISchematicInMemoryFeatureLink
toNode
- A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeatureNode (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOrigin(ISchematicInMemoryFeatureNode fromNode, int fromPort) throws IOException, AutomationException
setOrigin
in interface ISchematicInMemoryFeatureLink
fromNode
- A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeatureNode (in)fromPort
- The fromPort (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setExtremity(ISchematicInMemoryFeatureNode toNode, int toPort) throws IOException, AutomationException
setExtremity
in interface ISchematicInMemoryFeatureLink
toNode
- A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeatureNode (in)toPort
- The toPort (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getOrigin(ISchematicInMemoryFeatureNode[] fromNode, int[] fromPort) throws IOException, AutomationException
getOrigin
in interface ISchematicInMemoryFeatureLink
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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getExtremity(ISchematicInMemoryFeatureNode[] toNode, int[] toPort) throws IOException, AutomationException
getExtremity
in interface ISchematicInMemoryFeatureLink
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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getFlowDirection() throws IOException, AutomationException
getFlowDirection
in interface ISchematicInMemoryFeatureLink
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 ISchematicInMemoryFeatureLink
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 |