com.esri.arcgis.schematic
Class ISchematicNodeOnLinkProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.IRowBufferProxy
          extended by com.esri.arcgis.geodatabase.IRowProxy
              extended by com.esri.arcgis.geodatabase.IObjectProxy
                  extended by com.esri.arcgis.schematic.ISchematicNodeOnLinkProxy
All Implemented Interfaces:
IObject, IRow, IRowBuffer, ISchematicNodeOnLink, java.io.Externalizable, java.io.Serializable

public class ISchematicNodeOnLinkProxy
extends IObjectProxy
implements ISchematicNodeOnLink, java.io.Serializable

Internal use class Proxy for 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 =

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
static java.lang.Class targetClass
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.schematic.ISchematicNodeOnLink
IID, IID965c8281_417d_497a_82b4_0569e48047f0
 
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
 
Constructor Summary
  ISchematicNodeOnLinkProxy()
          For internal use only
  ISchematicNodeOnLinkProxy(java.lang.Object obj)
           
protected ISchematicNodeOnLinkProxy(java.lang.Object obj, java.lang.String iid)
           
  ISchematicNodeOnLinkProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected ISchematicNodeOnLinkProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
           
 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 removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 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 class com.esri.arcgis.geodatabase.IObjectProxy
esri_getClass
 
Methods inherited from class com.esri.arcgis.geodatabase.IRowProxy
delete, getOID, getTable, isHasOID, store
 
Methods inherited from class com.esri.arcgis.geodatabase.IRowBufferProxy
getFields, getValue, setValue
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
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

targetClass

public static final java.lang.Class targetClass

noncastable

public boolean noncastable
Constructor Detail

ISchematicNodeOnLinkProxy

public ISchematicNodeOnLinkProxy(java.lang.String CLSID,
                                 java.lang.String host,
                                 com.esri.arcgis.interop.AuthInfo authInfo)
                          throws java.net.UnknownHostException,
                                 java.io.IOException
Throws:
java.net.UnknownHostException
java.io.IOException

ISchematicNodeOnLinkProxy

public ISchematicNodeOnLinkProxy()
For internal use only


ISchematicNodeOnLinkProxy

public ISchematicNodeOnLinkProxy(java.lang.Object obj)
                          throws java.io.IOException
Throws:
java.io.IOException

ISchematicNodeOnLinkProxy

protected ISchematicNodeOnLinkProxy(java.lang.Object obj,
                                    java.lang.String iid)
                             throws java.io.IOException
Throws:
java.io.IOException

ISchematicNodeOnLinkProxy

protected ISchematicNodeOnLinkProxy(java.lang.String CLSID,
                                    java.lang.String iid,
                                    java.lang.String host,
                                    com.esri.arcgis.interop.AuthInfo authInfo)
                             throws java.io.IOException
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Overrides:
addListener in class IObjectProxy
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Overrides:
removeListener in class IObjectProxy
Throws:
java.io.IOException

getReferenceLink

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

Specified by:
getReferenceLink in interface ISchematicNodeOnLink
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

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

Specified by:
setReferenceLinkByRef in interface ISchematicNodeOnLink
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

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

Specified by:
getInitialPosition in interface ISchematicNodeOnLink
Returns:
The lambda
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setInitialPosition

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

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