com.esri.arcgis.schematic
Interface ISchematicNodeOnLink

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

public interface ISchematicNodeOnLink
extends IObject, Serializable

Provides access to members that control the schematic node-on-link element.

Product Availability

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

See Also:
ISchematicElement, com.esri.arcgis.schematic.INgNodeOnLink, ISchematicNode

Method Summary
 double getInitialPosition()
          Initial position of the schematic node-on-link on its reference link.
 ISchematicLink getReferenceLink()
          Reference link of the schematic node-on-link.
 void setInitialPosition(double lambda)
          Initial position of the schematic node-on-link on its reference link.
 void setReferenceLinkByRef(ISchematicLink schematicLink)
          Reference link of the schematic node-on-link.
 
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

getReferenceLink

ISchematicLink getReferenceLink()
                                throws IOException,
                                       AutomationException
Reference link of the schematic node-on-link.

Product Availability

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

Returns:
A reference to a com.esri.arcgis.schematic.ISchematicLink
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setReferenceLinkByRef

void setReferenceLinkByRef(ISchematicLink schematicLink)
                           throws IOException,
                                  AutomationException
Reference link of the schematic node-on-link.

Product Availability

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

Parameters:
schematicLink - A reference to a com.esri.arcgis.schematic.ISchematicLink (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getInitialPosition

double getInitialPosition()
                          throws IOException,
                                 AutomationException
Initial position of the schematic node-on-link on its reference link.

Product Availability

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

Returns:
The lambda
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setInitialPosition

void setInitialPosition(double lambda)
                        throws IOException,
                               AutomationException
Initial position of the schematic node-on-link on its reference link.

Product Availability

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

Parameters:
lambda - The lambda (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.