com.esri.arcgis.networkanalyst
Interface INAServerVRPResults

All Superinterfaces:
INAServerSolverResults, java.io.Serializable
All Known Implementing Classes:
INAServerVRPResultsProxy, NAServerVRPResults

public interface INAServerVRPResults
extends INAServerSolverResults, java.io.Serializable

COM Interface 'INAServerVRPResults'. 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 Vehicle Routing Problem 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 IIDdef3f666_0f4d_4295_93af_5277e838d29d
           
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.
 IRecordSet getBreaks()
          RecordSet of Breaks returned from the network analysis.
 INACompactStreetDirections[] getCompactDirections()
          Compact directions for each resulting routes.
 IRecordSet getDepots()
          RecordSet of Depots returned from the network analysis.
 IRecordSet getDepotVisits()
          RecordSet of Depot Visits returned from the network analysis.
 IRecordSet getOrderPairs()
          RecordSet of OrderPairs returned from the network analysis.
 IRecordSet getOrders()
          RecordSet of Orders returned from the network analysis.
 IRecordSet getPolygonBarriers()
          RecordSet of Polygon Barriers returned from the network analysis.
 IRecordSet getPolylineBarriers()
          RecordSet of Polyline Barriers returned from the network analysis.
 IRecordSet getRouteRenewals()
          RecordSet of Route Renewals returned from the network analysis.
 IRecordSet getRoutes()
          RecordSet of Routes returned from the network analysis.
 IRecordSet getRouteSeedPoints()
          RecordSet of Route Seed Points returned from the network analysis.
 IRecordSet getRouteZones()
          RecordSet of Route Zones returned from the network analysis.
 IRecordSet getSpecialties()
          RecordSet of Specialties returned from the network analysis.
 
Methods inherited from interface com.esri.arcgis.networkanalyst.INAServerSolverResults
getMapImage, getSolveMessages
 

Field Detail

IIDdef3f666_0f4d_4295_93af_5277e838d29d

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

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.

getOrderPairs

IRecordSet getOrderPairs()
                         throws java.io.IOException,
                                AutomationException
RecordSet of OrderPairs 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.

getOrders

IRecordSet getOrders()
                     throws java.io.IOException,
                            AutomationException
RecordSet of Orders 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.

getDepots

IRecordSet getDepots()
                     throws java.io.IOException,
                            AutomationException
RecordSet of Depots 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.

getDepotVisits

IRecordSet getDepotVisits()
                          throws java.io.IOException,
                                 AutomationException
RecordSet of Depot Visits 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.

getBreaks

IRecordSet getBreaks()
                     throws java.io.IOException,
                            AutomationException
RecordSet of Breaks 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.

getRouteRenewals

IRecordSet getRouteRenewals()
                            throws java.io.IOException,
                                   AutomationException
RecordSet of Route Renewals 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.

getRouteSeedPoints

IRecordSet getRouteSeedPoints()
                              throws java.io.IOException,
                                     AutomationException
RecordSet of Route Seed Points 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.

getRouteZones

IRecordSet getRouteZones()
                         throws java.io.IOException,
                                AutomationException
RecordSet of Route Zones 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.

getSpecialties

IRecordSet getSpecialties()
                          throws java.io.IOException,
                                 AutomationException
RecordSet of Specialties 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.

getPolylineBarriers

IRecordSet getPolylineBarriers()
                               throws java.io.IOException,
                                      AutomationException
RecordSet of Polyline 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.

getPolygonBarriers

IRecordSet getPolygonBarriers()
                              throws java.io.IOException,
                                     AutomationException
RecordSet of Polygon 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.

getCompactDirections

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

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.