com.esri.arcgis.networkanalyst
Interface INATraversalResultElement

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
INATraversalResultElementProxy, NATraversalResultElement

public interface INATraversalResultElement
extends java.io.Serializable

COM Interface 'INATraversalResultElement'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriNetworkAnalyst.olb'

Description: 'Provides access to traversal result elements.' 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 IID98f08b4a_9310_4691_b5b1_5511af450eb7
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getElementID()
          The result element ID.
 int getElementType()
          The result element type.
 double getFromPosition()
          The starting position of the result element on the result source.
 int getSourceID()
          The result element source ID.
 int getSourceOID()
          The result element source OID.
 double getToPosition()
          The ending position of the result element on the result source.
 void setFromPosition(double position)
          The starting position of the result element on the result source.
 void setSourceID(int sourceID)
          The result element source ID.
 void setSourceOID(int sourceOID)
          The result element source OID.
 void setToPosition(double position)
          The ending position of the result element on the result source.
 

Field Detail

IID98f08b4a_9310_4691_b5b1_5511af450eb7

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

getElementID

int getElementID()
                 throws java.io.IOException,
                        AutomationException
The result element ID.

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

getElementType

int getElementType()
                   throws java.io.IOException,
                          AutomationException
The result element type.

Returns:
A com.esri.arcgis.geodatabase.esriNetworkElementType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSourceID

void setSourceID(int sourceID)
                 throws java.io.IOException,
                        AutomationException
The result element source ID.

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

getSourceID

int getSourceID()
                throws java.io.IOException,
                       AutomationException
The result element source ID.

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

setSourceOID

void setSourceOID(int sourceOID)
                  throws java.io.IOException,
                         AutomationException
The result element source OID.

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

getSourceOID

int getSourceOID()
                 throws java.io.IOException,
                        AutomationException
The result element source OID.

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

setFromPosition

void setFromPosition(double position)
                     throws java.io.IOException,
                            AutomationException
The starting position of the result element on the result source.

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

getFromPosition

double getFromPosition()
                       throws java.io.IOException,
                              AutomationException
The starting position of the result element on the result source.

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

setToPosition

void setToPosition(double position)
                   throws java.io.IOException,
                          AutomationException
The ending position of the result element on the result source.

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

getToPosition

double getToPosition()
                     throws java.io.IOException,
                            AutomationException
The ending position of the result element on the result source.

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