com.esri.arcgis.networkanalyst
Interface INATraversalResultEdit2

All Superinterfaces:
INATraversalResultEdit, java.io.Serializable
All Known Implementing Classes:
INATraversalResultEdit2Proxy, NATraversalResult

public interface INATraversalResultEdit2
extends INATraversalResultEdit, java.io.Serializable

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID5680bebc_5262_4e20_995d_02cd95a8ad0a
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.networkanalyst.INATraversalResultEdit
IIDfb867c22_028a_4795_beb8_8c646a1a2994
 
Method Summary
 int createEdgeEx(int sourceID, int sourceOID, int eID, double fromPosition, double toPosition, int fromJunctionID, int toJunctionID, IPolyline polyline)
          Make a new edge in the result.
 int createJunctionEx(int sourceID, int sourceOID, int eID, IPoint point)
          Make a new junction in the result.
 int createSimpleTurnEx(int sourceID, int sourceOID, int eID, int fromEdgeID, int toEdgeID)
          Make a new two edge turn in the result.
 void writeEdgeBufferEx(IFeatureBuffer featureBuffer, int sourceID, int sourceOID, int eID, double fromPosition, double toPosition, int fromJunctionID, int toJunctionID, IPolyline polyline)
          Make a new edge in the result from the feature buffer.
 void writeJunctionBufferEx(IFeatureBuffer featureBuffer, int sourceID, int sourceOID, int eID, IPoint point)
          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)
          Make a new two part turn in the result from the feature buffer.
 
Methods inherited from interface com.esri.arcgis.networkanalyst.INATraversalResultEdit
createEdge, createJunction, createSimpleTurn, inferGeometry, startEditing, stopEditing, writeEdgeBuffer, writeJunctionBuffer, writeSimpleTurnBuffer
 

Field Detail

IID5680bebc_5262_4e20_995d_02cd95a8ad0a

static final int IID5680bebc_5262_4e20_995d_02cd95a8ad0a
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

createJunctionEx

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

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

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

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

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

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

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

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

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
Make a new edge in the result from the feature buffer.

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

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

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.