com.esri.arcgis.schematic
Interface ISchematicNode

All Superinterfaces:
IObject, IRow, IRowBuffer, Serializable
All Known Implementing Classes:
ISchematicNodeProxy, SchematicNode, SchematicNodeOnLink

public interface ISchematicNode
extends IObject, Serializable

Provides access to members that control the schematic node.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
com.esri.arcgis.schematic.INgNode, ISchematicElement

Method Summary
 IEnumSchematicElement getDisplayedIncidentLinks(int endPointType)
          List of the schematic incident links for the schematic node that are displayed.
 IEnumSchematicElement getIncidentLinks(int endPointType)
          List of the schematic incident links for the schematic node element.
 
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
 

Method Detail

getIncidentLinks

IEnumSchematicElement getIncidentLinks(int endPointType)
                                       throws IOException,
                                              AutomationException
List of the schematic incident links for the schematic node element.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDisplayedIncidentLinks

IEnumSchematicElement getDisplayedIncidentLinks(int endPointType)
                                                throws IOException,
                                                       AutomationException
List of the schematic incident links for the schematic node that are displayed.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.