com.esri.arcgis.networkanalyst
Interface INAServerRouteResults

All Superinterfaces:
INAServerSolverResults, java.io.Serializable
All Known Subinterfaces:
INAServerRouteResults2, INAServerRouteResults3
All Known Implementing Classes:
INAServerRouteResults2Proxy, INAServerRouteResults3Proxy, INAServerRouteResultsProxy, NAServerRouteResults

public interface INAServerRouteResults
extends INAServerSolverResults, java.io.Serializable

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

Description: 'Deprecated as of 10.0. Provides access to properties that contain the results of performing route network analysis with NAServer.' 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 IID8be5723f_9e84_4690_a92c_043cbb8e8eef
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.networkanalyst.INAServerSolverResults
IID565f42a0_6ffa_4f2c_aae8_bee8c035268e
 
Method Summary
 IRecordSet getBarriers()
          RecordSet of Barriers returned from the network analysis.
 INAStreetDirections[] getDirections()
          Directions for each resulting route.
 IPolyline[] getRouteGeometries()
          Polyline geometry for each resulting route.
 IRecordSet getRoutes()
          RecordSet of Routes returned from the network analysis.
 IRecordSet getStops()
          RecordSet of Stops returned from the network analysis.
 double[] getTotalImpedances()
          Total accumulated cost on the impedance attribute for each resulting route.
 
Methods inherited from interface com.esri.arcgis.networkanalyst.INAServerSolverResults
getMapImage, getSolveMessages
 

Field Detail

IID8be5723f_9e84_4690_a92c_043cbb8e8eef

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

getTotalImpedances

double[] getTotalImpedances()
                            throws java.io.IOException,
                                   AutomationException
Total accumulated cost on the impedance attribute for each resulting route.

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

getRouteGeometries

IPolyline[] getRouteGeometries()
                               throws java.io.IOException,
                                      AutomationException
Polyline geometry for each resulting route.

Returns:
A reference to a com.esri.arcgis.geometry.IPolyline array
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRoutes

IRecordSet getRoutes()
                     throws java.io.IOException,
                            AutomationException
RecordSet of Routes returned from the network analysis.

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

getStops

IRecordSet getStops()
                    throws java.io.IOException,
                           AutomationException
RecordSet of Stops returned from the network analysis.

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

getBarriers

IRecordSet getBarriers()
                       throws java.io.IOException,
                              AutomationException
RecordSet of Barriers returned from the network analysis.

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

getDirections

INAStreetDirections[] getDirections()
                                    throws java.io.IOException,
                                           AutomationException
Directions for each resulting route.

Returns:
A reference to a com.esri.arcgis.networkanalyst.INAStreetDirections array
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.