com.esri.arcgis.networkanalyst
Interface INAServerRouteResults2

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

public interface INAServerRouteResults2
extends INAServerRouteResults, java.io.Serializable

COM Interface 'INAServerRouteResults2'. 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 IIDbb06bb93_b9ae_4eb0_b7e2_da5ad39fa8ab
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.networkanalyst.INAServerRouteResults
IID8be5723f_9e84_4690_a92c_043cbb8e8eef
 
Fields inherited from interface com.esri.arcgis.networkanalyst.INAServerSolverResults
IID565f42a0_6ffa_4f2c_aae8_bee8c035268e
 
Method Summary
 INACompactStreetDirections[] getCompactDirections()
          Compact directions for each resulting route.
 
Methods inherited from interface com.esri.arcgis.networkanalyst.INAServerRouteResults
getBarriers, getDirections, getRouteGeometries, getRoutes, getStops, getTotalImpedances
 
Methods inherited from interface com.esri.arcgis.networkanalyst.INAServerSolverResults
getMapImage, getSolveMessages
 

Field Detail

IIDbb06bb93_b9ae_4eb0_b7e2_da5ad39fa8ab

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

getCompactDirections

INACompactStreetDirections[] getCompactDirections()
                                                  throws java.io.IOException,
                                                         AutomationException
Compact directions for each resulting route.

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