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.


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

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.