|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISchematicInMemoryFeatureLink
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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID81bd11af_071d_4936_80f7_e4b0a6ebcbcd
|
static int |
xxDummy
Deprecated. Internal use only |
| 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 |
| Method Summary | |
|---|---|
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 |
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 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 |
|---|
static final int IID81bd11af_071d_4936_80f7_e4b0a6ebcbcd
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
int getFromPort()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFromPort(int fromPort)
throws java.io.IOException,
AutomationException
fromPort - The fromPort (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getToPort()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setToPort(int pVal)
throws java.io.IOException,
AutomationException
pVal - The pVal (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISchematicInMemoryFeatureNode getFromNode()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFromNodeByRef(ISchematicInMemoryFeatureNode fromNode)
throws java.io.IOException,
AutomationException
fromNode - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeatureNode (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISchematicInMemoryFeatureNode getToNode()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setToNodeByRef(ISchematicInMemoryFeatureNode toNode)
throws java.io.IOException,
AutomationException
toNode - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeatureNode (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setOrigin(ISchematicInMemoryFeatureNode fromNode,
int fromPort)
throws java.io.IOException,
AutomationException
fromNode - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeatureNode (in)fromPort - The fromPort (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setExtremity(ISchematicInMemoryFeatureNode toNode,
int toPort)
throws java.io.IOException,
AutomationException
toNode - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeatureNode (in)toPort - The toPort (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getOrigin(ISchematicInMemoryFeatureNode[] fromNode,
int[] fromPort)
throws java.io.IOException,
AutomationException
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)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getExtremity(ISchematicInMemoryFeatureNode[] toNode,
int[] toPort)
throws java.io.IOException,
AutomationException
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)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getFlowDirection()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFlowDirection(int flowDirection)
throws java.io.IOException,
AutomationException
flowDirection - 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 | ||||||||