com.esri.arcgis.schematic
Interface ISchematicNodeOnLink

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

public interface ISchematicNodeOnLink
extends IObject, java.io.Serializable

COM Interface 'ISchematicNodeOnLink'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSchematic.olb'

Description: 'Provides access to members that control the schematic node-on-link element.' 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 IID965c8281_417d_497a_82b4_0569e48047f0
           
static int xxDummy
          Deprecated. Internal use only
 
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
 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
 

Field Detail

IID965c8281_417d_497a_82b4_0569e48047f0

static final int IID965c8281_417d_497a_82b4_0569e48047f0
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getReferenceLink

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

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

setReferenceLinkByRef

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

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

getInitialPosition

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

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

setInitialPosition

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

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