com.esri.arcgis.schematic
Interface ISchematicNode
- All Superinterfaces:
- IObject, IRow, IRowBuffer, java.io.Serializable
- All Known Implementing Classes:
- ISchematicNodeProxy, SchematicNode, SchematicNodeOnLink
- public interface ISchematicNode
- extends IObject, java.io.Serializable
Provides access to members that control the schematic node.
getIncidentLinks
public IEnumSchematicElement getIncidentLinks(int endPointType)
throws java.io.IOException,
AutomationException
- List of the schematic incident links for the schematic node element.
- Parameters:
endPointType - A com.esri.arcgis.schematic.esriSchematicEndPointType constant (in, optional, pass 3 if not required)
- Returns:
- A reference to a com.esri.arcgis.schematic.IEnumSchematicElement
- Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
getDisplayedIncidentLinks
public IEnumSchematicElement getDisplayedIncidentLinks(int endPointType)
throws java.io.IOException,
AutomationException
- List of the schematic incident links for the schematic node that are displayed.
- Parameters:
endPointType - A com.esri.arcgis.schematic.esriSchematicEndPointType constant (in, optional, pass 3 if not required)
- Returns:
- A reference to a com.esri.arcgis.schematic.IEnumSchematicElement
- Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.