com.esri.arcgis.networkanalyst
Class INATraversalResultEditProxy

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

Deprecated. Internal use only. Proxy for COM Interface 'INATraversalResultEdit'. 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 INATraversalResultEditProxy
extends com.esri.arcgis.interop.Dispatch
implements INATraversalResultEdit, 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.INATraversalResultEdit
IID, IIDfb867c22_028a_4795_beb8_8c646a1a2994
 
Constructor Summary
  INATraversalResultEditProxy()
          Deprecated. For internal use only
  INATraversalResultEditProxy(java.lang.Object obj)
          Deprecated.  
protected INATraversalResultEditProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  INATraversalResultEditProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected INATraversalResultEditProxy(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 createEdge(int sourceID, int sourceOID, double fromPosition, double toPosition, int fromJunctionID, int toJunctionID, IPolyline polyline)
          Deprecated. Make a new edge in the result.
 int createJunction(int sourceID, int sourceOID, IPoint point)
          Deprecated. Make a new junction in the result.
 int createSimpleTurn(int sourceID, int sourceOID, int fromEdgeID, int toEdgeID)
          Deprecated. Make a new two edge turn in the result.
 void inferGeometry(java.lang.String sourceName, IEnvelope envelope, ITrackCancel trackCancel)
          Deprecated. Constructs the geometry for the result.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void startEditing()
          Deprecated. Starts editing the result..
 void stopEditing()
          Deprecated. Stops editing the result.
 void writeEdgeBuffer(IFeatureBuffer featureBuffer, int sourceID, int sourceOID, double fromPosition, double toPosition, int fromJunctionID, int toJunctionID, IPolyline polyline)
          Deprecated. Make a new edge in the result from the feature buffer.
 void writeJunctionBuffer(IFeatureBuffer featureBuffer, int sourceID, int sourceOID, IPoint point)
          Deprecated. Make a new junction in the result from the feature buffer.
 void writeSimpleTurnBuffer(IFeatureBuffer featureBuffer, int sourceID, int sourceOID, 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.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
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

INATraversalResultEditProxy

public INATraversalResultEditProxy(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

INATraversalResultEditProxy

public INATraversalResultEditProxy()
Deprecated. 
For internal use only


INATraversalResultEditProxy

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

INATraversalResultEditProxy

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

INATraversalResultEditProxy

protected INATraversalResultEditProxy(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 com.esri.arcgis.interop.Dispatch
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 com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

startEditing

public void startEditing()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Starts editing the result..

Specified by:
startEditing in interface INATraversalResultEdit
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

stopEditing

public void stopEditing()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Stops editing the result.

Specified by:
stopEditing in interface INATraversalResultEdit
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

inferGeometry

public void inferGeometry(java.lang.String sourceName,
                          IEnvelope envelope,
                          ITrackCancel trackCancel)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Constructs the geometry for the result.

Specified by:
inferGeometry in interface INATraversalResultEdit
Parameters:
sourceName - The sourceName (in)
envelope - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
trackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createJunction

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

Specified by:
createJunction in interface INATraversalResultEdit
Parameters:
sourceID - The sourceID (in)
sourceOID - The sourceOID (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.

createEdge

public int createEdge(int sourceID,
                      int sourceOID,
                      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:
createEdge in interface INATraversalResultEdit
Parameters:
sourceID - The sourceID (in)
sourceOID - The sourceOID (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.

createSimpleTurn

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

Specified by:
createSimpleTurn in interface INATraversalResultEdit
Parameters:
sourceID - The sourceID (in)
sourceOID - The sourceOID (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.

writeJunctionBuffer

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

Specified by:
writeJunctionBuffer in interface INATraversalResultEdit
Parameters:
featureBuffer - A reference to a com.esri.arcgis.geodatabase.IFeatureBuffer (in)
sourceID - The sourceID (in)
sourceOID - The sourceOID (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.

writeEdgeBuffer

public void writeEdgeBuffer(IFeatureBuffer featureBuffer,
                            int sourceID,
                            int sourceOID,
                            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:
writeEdgeBuffer in interface INATraversalResultEdit
Parameters:
featureBuffer - A reference to a com.esri.arcgis.geodatabase.IFeatureBuffer (in)
sourceID - The sourceID (in)
sourceOID - The sourceOID (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.

writeSimpleTurnBuffer

public void writeSimpleTurnBuffer(IFeatureBuffer featureBuffer,
                                  int sourceID,
                                  int sourceOID,
                                  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:
writeSimpleTurnBuffer in interface INATraversalResultEdit
Parameters:
featureBuffer - A reference to a com.esri.arcgis.geodatabase.IFeatureBuffer (in)
sourceID - The sourceID (in)
sourceOID - The sourceOID (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.