com.esri.arcgis.networkanalyst
Class INATraversalResultEdit2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.networkanalyst.INATraversalResultEditProxy
          extended by com.esri.arcgis.networkanalyst.INATraversalResultEdit2Proxy
All Implemented Interfaces:
INATraversalResultEdit, INATraversalResultEdit2, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'INATraversalResultEdit2'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriNetworkAnalyst.olb'

Description: 'Provides access to the editable properties of a traversal result.' 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 =

public class INATraversalResultEdit2Proxy
extends INATraversalResultEditProxy
implements INATraversalResultEdit2, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
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.networkanalyst.INATraversalResultEdit2
IID, IID5680bebc_5262_4e20_995d_02cd95a8ad0a
 
Fields inherited from interface com.esri.arcgis.networkanalyst.INATraversalResultEdit
IIDfb867c22_028a_4795_beb8_8c646a1a2994
 
Constructor Summary
  INATraversalResultEdit2Proxy()
          Deprecated. For internal use only
  INATraversalResultEdit2Proxy(java.lang.Object obj)
          Deprecated.  
protected INATraversalResultEdit2Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  INATraversalResultEdit2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected INATraversalResultEdit2Proxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 int createEdgeEx(int sourceID, int sourceOID, int eID, double fromPosition, double toPosition, int fromJunctionID, int toJunctionID, IPolyline polyline)
          Deprecated. Make a new edge in the result.
 int createJunctionEx(int sourceID, int sourceOID, int eID, IPoint point)
          Deprecated. Make a new junction in the result.
 int createSimpleTurnEx(int sourceID, int sourceOID, int eID, int fromEdgeID, int toEdgeID)
          Deprecated. Make a new two edge turn in the result.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void writeEdgeBufferEx(IFeatureBuffer featureBuffer, int sourceID, int sourceOID, int eID, double fromPosition, double toPosition, int fromJunctionID, int toJunctionID, IPolyline polyline)
          Deprecated. Make a new edge in the result from the feature buffer.
 void writeJunctionBufferEx(IFeatureBuffer featureBuffer, int sourceID, int sourceOID, int eID, IPoint point)
          Deprecated. Make a new junction in the result from the feature buffer.
 void writeSimpleTurnBufferEx(IFeatureBuffer featureBuffer, int sourceID, int sourceOID, int eID, int fromEdgeID, int toEdgeID)
          Deprecated. Make a new two part turn in the result from the feature buffer.
 
Methods inherited from class com.esri.arcgis.networkanalyst.INATraversalResultEditProxy
createEdge, createJunction, createSimpleTurn, inferGeometry, startEditing, stopEditing, writeEdgeBuffer, writeJunctionBuffer, writeSimpleTurnBuffer
 
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.networkanalyst.INATraversalResultEdit
createEdge, createJunction, createSimpleTurn, inferGeometry, startEditing, stopEditing, writeEdgeBuffer, writeJunctionBuffer, writeSimpleTurnBuffer
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

INATraversalResultEdit2Proxy

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

INATraversalResultEdit2Proxy

public INATraversalResultEdit2Proxy()
Deprecated. 
For internal use only


INATraversalResultEdit2Proxy

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

INATraversalResultEdit2Proxy

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

INATraversalResultEdit2Proxy

protected INATraversalResultEdit2Proxy(java.lang.String CLSID,
                                       java.lang.String iid,
                                       java.lang.String host,
                                       com.esri.arcgis.interop.AuthInfo authInfo)
                                throws java.io.IOException
Deprecated. 
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
Deprecated. 
Overrides:
addListener in class INATraversalResultEditProxy
Throws:
java.io.IOException

removeListener

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

createJunctionEx

public int createJunctionEx(int sourceID,
                            int sourceOID,
                            int eID,
                            IPoint point)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Make a new junction in the result.

Specified by:
createJunctionEx in interface INATraversalResultEdit2
Parameters:
sourceID - The sourceID (in)
sourceOID - The sourceOID (in)
eID - The eID (in)
point - A reference to a com.esri.arcgis.geometry.IPoint (in)
Returns:
The elementID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createEdgeEx

public int createEdgeEx(int sourceID,
                        int sourceOID,
                        int eID,
                        double fromPosition,
                        double toPosition,
                        int fromJunctionID,
                        int toJunctionID,
                        IPolyline polyline)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Make a new edge in the result.

Specified by:
createEdgeEx in interface INATraversalResultEdit2
Parameters:
sourceID - The sourceID (in)
sourceOID - The sourceOID (in)
eID - The eID (in)
fromPosition - The fromPosition (in)
toPosition - The toPosition (in)
fromJunctionID - The fromJunctionID (in)
toJunctionID - The toJunctionID (in)
polyline - A reference to a com.esri.arcgis.geometry.IPolyline (in)
Returns:
The elementID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createSimpleTurnEx

public int createSimpleTurnEx(int sourceID,
                              int sourceOID,
                              int eID,
                              int fromEdgeID,
                              int toEdgeID)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Make a new two edge turn in the result.

Specified by:
createSimpleTurnEx in interface INATraversalResultEdit2
Parameters:
sourceID - The sourceID (in)
sourceOID - The sourceOID (in)
eID - The eID (in)
fromEdgeID - The fromEdgeID (in)
toEdgeID - The toEdgeID (in)
Returns:
The elementID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

writeJunctionBufferEx

public void writeJunctionBufferEx(IFeatureBuffer featureBuffer,
                                  int sourceID,
                                  int sourceOID,
                                  int eID,
                                  IPoint point)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Make a new junction in the result from the feature buffer.

Specified by:
writeJunctionBufferEx in interface INATraversalResultEdit2
Parameters:
featureBuffer - A reference to a com.esri.arcgis.geodatabase.IFeatureBuffer (in)
sourceID - The sourceID (in)
sourceOID - The sourceOID (in)
eID - The eID (in)
point - A reference to a com.esri.arcgis.geometry.IPoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

writeEdgeBufferEx

public void writeEdgeBufferEx(IFeatureBuffer featureBuffer,
                              int sourceID,
                              int sourceOID,
                              int eID,
                              double fromPosition,
                              double toPosition,
                              int fromJunctionID,
                              int toJunctionID,
                              IPolyline polyline)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Make a new edge in the result from the feature buffer.

Specified by:
writeEdgeBufferEx in interface INATraversalResultEdit2
Parameters:
featureBuffer - A reference to a com.esri.arcgis.geodatabase.IFeatureBuffer (in)
sourceID - The sourceID (in)
sourceOID - The sourceOID (in)
eID - The eID (in)
fromPosition - The fromPosition (in)
toPosition - The toPosition (in)
fromJunctionID - The fromJunctionID (in)
toJunctionID - The toJunctionID (in)
polyline - A reference to a com.esri.arcgis.geometry.IPolyline (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

writeSimpleTurnBufferEx

public void writeSimpleTurnBufferEx(IFeatureBuffer featureBuffer,
                                    int sourceID,
                                    int sourceOID,
                                    int eID,
                                    int fromEdgeID,
                                    int toEdgeID)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Make a new two part turn in the result from the feature buffer.

Specified by:
writeSimpleTurnBufferEx in interface INATraversalResultEdit2
Parameters:
featureBuffer - A reference to a com.esri.arcgis.geodatabase.IFeatureBuffer (in)
sourceID - The sourceID (in)
sourceOID - The sourceOID (in)
eID - The eID (in)
fromEdgeID - The fromEdgeID (in)
toEdgeID - The toEdgeID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.