com.esri.arcgis.networkanalyst
Class INAServerVRPParamsProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.networkanalyst.INAServerSolverParamsProxy
          extended by com.esri.arcgis.networkanalyst.INAServerVRPParamsProxy
All Implemented Interfaces:
INAServerSolverParams, INAServerVRPParams, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'INAServerVRPParams'. 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 specify the Vehicle Routing Problem solver settings and return parameters used during 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 =

public class INAServerVRPParamsProxy
extends INAServerSolverParamsProxy
implements INAServerVRPParams, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.networkanalyst.INAServerVRPParams
IID, IID67f3fe93_8b89_4b0d_bc09_31cd05669be3
 
Fields inherited from interface com.esri.arcgis.networkanalyst.INAServerSolverParams
IID40635a1f_4c95_4f57_a220_c683941715e5
 
Constructor Summary
  INAServerVRPParamsProxy()
          Deprecated. For internal use only
  INAServerVRPParamsProxy(java.lang.Object obj)
          Deprecated.  
protected INAServerVRPParamsProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  INAServerVRPParamsProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected INAServerVRPParamsProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 INAServerLocations getBarriers()
          Deprecated. RecordSet or array of PropertySets representing Barriers loaded as network locations during analysis.
 INAServerLocations getBreaks()
          Deprecated. RecordSet or array of PropertySets representing Breaks loaded as network locations during analysis.
 INAServerLocations getDepots()
          Deprecated. RecordSet or array of PropertySets representing Depots loaded as network locations during analysis.
 java.lang.String getDirectionsLanguage()
          Deprecated. Language to use when computing directions.
 int getDirectionsLengthUnits()
          Deprecated. Length units to use when computing directions.
 int getDirectionsOutputType()
          Deprecated. Type of directions to generate.
 java.lang.String getDirectionsStyleName()
          Deprecated. Name of the directions style to use when generating directions.
 java.lang.String getDirectionsTimeAttributeName()
          Deprecated. Name of network attribute to use for the drive time when computing directions.
 INAServerLocations getOrderPairs()
          Deprecated. RecordSet or array of PropertySets representing Order Pairs loaded as network locations during analysis.
 INAServerLocations getOrders()
          Deprecated. RecordSet or array of PropertySets representing Orders loaded as network locations during analysis.
 INAServerLocations getPolygonBarriers()
          Deprecated. RecordSet or array of PropertySets representing Polygon Barriers loaded as collections of network locations during analysis.
 INAServerLocations getPolylineBarriers()
          Deprecated. RecordSet or array of PropertySets representing Polyline Barriers loaded as collections of network locations during analysis.
 INAServerLocations getRouteRenewals()
          Deprecated. RecordSet or array of PropertySets representing Route Renewals loaded as network locations during analysis.
 INAServerLocations getRoutes()
          Deprecated. RecordSet or array of PropertySets representing Routes loaded as network locations during analysis.
 INAServerLocations getRouteSeedPoints()
          Deprecated. RecordSet or array of PropertySets representing Route Seed Points loaded as network locations during analysis.
 INAServerLocations getRouteZones()
          Deprecated. RecordSet or array of PropertySets representing Route Zones loaded as network locations during analysis.
 INAServerLocations getSpecialties()
          Deprecated. RecordSet or array of PropertySets representing Specialties loaded as network locations during analysis.
 boolean isReturnBarriers()
          Deprecated. Indicates if the output barriers recordset should be returned with the analysis results.
 boolean isReturnBreaks()
          Deprecated. Indicates if the output Breaks recordset should be returned with the analysis results.
 boolean isReturnCompactDirections()
          Deprecated. Indicates if compact directions should be generated and returned with the analysis results.
 boolean isReturnDepots()
          Deprecated. Indicates if the output Depots recordset should be returned with the analysis results.
 boolean isReturnDepotVisits()
          Deprecated. Indicates if the output Depot Visits recordset should be returned with the analysis results.
 boolean isReturnOrderPairs()
          Deprecated. Indicates if the output OrderPairs recordset should be returned with the analysis results.
 boolean isReturnOrders()
          Deprecated. Indicates if the output Orders recordset should be returned with the analysis results.
 boolean isReturnPolygonBarriers()
          Deprecated. Indicates if the output polygon barriers recordset should be returned with the analysis results.
 boolean isReturnPolylineBarriers()
          Deprecated. Indicates if the output polyline barriers recordset should be returned with the analysis results.
 boolean isReturnRouteRenewals()
          Deprecated. Indicates if the output Route Renewals recordset should be returned with the analysis results.
 boolean isReturnRoutes()
          Deprecated. Indicates if the output Routes recordset should be returned with the analysis results.
 boolean isReturnRouteSeedPoints()
          Deprecated. Indicates if the Route Seed Points recordset should be returned with the analysis results.
 boolean isReturnRouteZones()
          Deprecated. Indicates if the Route Zones recordset should be returned with the analysis results.
 boolean isReturnSpecialties()
          Deprecated. Indicates if the Specialties recordset should be returned with the analysis results.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setBarriersByRef(INAServerLocations barriers)
          Deprecated. RecordSet or array of PropertySets representing Barriers loaded as network locations during analysis.
 void setBreaksByRef(INAServerLocations breaks)
          Deprecated. RecordSet or array of PropertySets representing Breaks loaded as network locations during analysis.
 void setDepotsByRef(INAServerLocations depots)
          Deprecated. RecordSet or array of PropertySets representing Depots loaded as network locations during analysis.
 void setDirectionsLanguage(java.lang.String directionsLanguage)
          Deprecated. Language to use when computing directions.
 void setDirectionsLengthUnits(int directionsLengthUnits)
          Deprecated. Length units to use when computing directions.
 void setDirectionsOutputType(int directionsOutputType)
          Deprecated. Type of directions to generate.
 void setDirectionsStyleName(java.lang.String directionsStyleName)
          Deprecated. Name of the directions style to use when generating directions.
 void setDirectionsTimeAttributeName(java.lang.String directionsTimeAttributeName)
          Deprecated. Name of network attribute to use for the drive time when computing directions.
 void setOrderPairsByRef(INAServerLocations orderPairs)
          Deprecated. RecordSet or array of PropertySets representing Order Pairs loaded as network locations during analysis.
 void setOrdersByRef(INAServerLocations orders)
          Deprecated. RecordSet or array of PropertySets representing Orders loaded as network locations during analysis.
 void setPolygonBarriersByRef(INAServerLocations polygonBarriers)
          Deprecated. RecordSet or array of PropertySets representing Polygon Barriers loaded as collections of network locations during analysis.
 void setPolylineBarriersByRef(INAServerLocations polylineBarriers)
          Deprecated. RecordSet or array of PropertySets representing Polyline Barriers loaded as collections of network locations during analysis.
 void setReturnBarriers(boolean returnBarriers)
          Deprecated. Indicates if the output barriers recordset should be returned with the analysis results.
 void setReturnBreaks(boolean returnBreaks)
          Deprecated. Indicates if the output Breaks recordset should be returned with the analysis results.
 void setReturnCompactDirections(boolean returnCompactDirections)
          Deprecated. Indicates if compact directions should be generated and returned with the analysis results.
 void setReturnDepots(boolean returnDepots)
          Deprecated. Indicates if the output Depots recordset should be returned with the analysis results.
 void setReturnDepotVisits(boolean returnDepotVisits)
          Deprecated. Indicates if the output Depot Visits recordset should be returned with the analysis results.
 void setReturnOrderPairs(boolean returnOrderPairs)
          Deprecated. Indicates if the output OrderPairs recordset should be returned with the analysis results.
 void setReturnOrders(boolean returnOrders)
          Deprecated. Indicates if the output Orders recordset should be returned with the analysis results.
 void setReturnPolygonBarriers(boolean returnBarriers)
          Deprecated. Indicates if the output polygon barriers recordset should be returned with the analysis results.
 void setReturnPolylineBarriers(boolean returnBarriers)
          Deprecated. Indicates if the output polyline barriers recordset should be returned with the analysis results.
 void setReturnRouteRenewals(boolean returnRouteRenewals)
          Deprecated. Indicates if the output Route Renewals recordset should be returned with the analysis results.
 void setReturnRoutes(boolean returnRoutes)
          Deprecated. Indicates if the output Routes recordset should be returned with the analysis results.
 void setReturnRouteSeedPoints(boolean returnRouteSeedPoints)
          Deprecated. Indicates if the Route Seed Points recordset should be returned with the analysis results.
 void setReturnRouteZones(boolean returnRouteZones)
          Deprecated. Indicates if the Route Zones recordset should be returned with the analysis results.
 void setReturnSpecialties(boolean returnSpecialties)
          Deprecated. Indicates if the Specialties recordset should be returned with the analysis results.
 void setRouteRenewalsByRef(INAServerLocations routeRenewals)
          Deprecated. RecordSet or array of PropertySets representing Route Renewals loaded as network locations during analysis.
 void setRoutesByRef(INAServerLocations routes)
          Deprecated. RecordSet or array of PropertySets representing Routes loaded as network locations during analysis.
 void setRouteSeedPointsByRef(INAServerLocations routeSeedPoints)
          Deprecated. RecordSet or array of PropertySets representing Route Seed Points loaded as network locations during analysis.
 void setRouteZonesByRef(INAServerLocations routeZones)
          Deprecated. RecordSet or array of PropertySets representing Route Zones loaded as network locations during analysis.
 void setSpecialtiesByRef(INAServerLocations specialties)
          Deprecated. RecordSet or array of PropertySets representing Specialties loaded as network locations during analysis.
 
Methods inherited from class com.esri.arcgis.networkanalyst.INAServerSolverParamsProxy
getImageDescription, getMapDescription, getMaxSnapTolerance, getNAClassCandidateFieldMaps, getNALayerName, getOutputSpatialReference, getSnapTolerance, getSnapToleranceUnits, isReturnMap, setImageDescriptionByRef, setMapDescriptionByRef, setMaxSnapTolerance, setNAClassCandidateFieldMaps, setNALayerName, setOutputSpatialReferenceByRef, setReturnMap, setSnapTolerance, setSnapToleranceUnits
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.esri.arcgis.networkanalyst.INAServerSolverParams
getImageDescription, getMapDescription, getMaxSnapTolerance, getNAClassCandidateFieldMaps, getNALayerName, getOutputSpatialReference, getSnapTolerance, getSnapToleranceUnits, isReturnMap, setImageDescriptionByRef, setMapDescriptionByRef, setMaxSnapTolerance, setNAClassCandidateFieldMaps, setNALayerName, setOutputSpatialReferenceByRef, setReturnMap, setSnapTolerance, setSnapToleranceUnits
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

INAServerVRPParamsProxy

public INAServerVRPParamsProxy(java.lang.String CLSID,
                               java.lang.String host,
                               com.esri.arcgis.interop.AuthInfo authInfo)
                        throws java.net.UnknownHostException,
                               java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

INAServerVRPParamsProxy

public INAServerVRPParamsProxy()
Deprecated. 
For internal use only


INAServerVRPParamsProxy

public INAServerVRPParamsProxy(java.lang.Object obj)
                        throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

INAServerVRPParamsProxy

protected INAServerVRPParamsProxy(java.lang.Object obj,
                                  java.lang.String iid)
                           throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

INAServerVRPParamsProxy

protected INAServerVRPParamsProxy(java.lang.String CLSID,
                                  java.lang.String iid,
                                  java.lang.String host,
                                  com.esri.arcgis.interop.AuthInfo authInfo)
                           throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class INAServerSolverParamsProxy
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class INAServerSolverParamsProxy
Throws:
java.io.IOException

setOrdersByRef

public void setOrdersByRef(INAServerLocations orders)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
RecordSet or array of PropertySets representing Orders loaded as network locations during analysis.

Specified by:
setOrdersByRef in interface INAServerVRPParams
Parameters:
orders - A reference to a com.esri.arcgis.networkanalyst.INAServerLocations (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOrders

public INAServerLocations getOrders()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
RecordSet or array of PropertySets representing Orders loaded as network locations during analysis.

Specified by:
getOrders in interface INAServerVRPParams
Returns:
A reference to a com.esri.arcgis.networkanalyst.INAServerLocations
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDepotsByRef

public void setDepotsByRef(INAServerLocations depots)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
RecordSet or array of PropertySets representing Depots loaded as network locations during analysis.

Specified by:
setDepotsByRef in interface INAServerVRPParams
Parameters:
depots - A reference to a com.esri.arcgis.networkanalyst.INAServerLocations (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDepots

public INAServerLocations getDepots()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
RecordSet or array of PropertySets representing Depots loaded as network locations during analysis.

Specified by:
getDepots in interface INAServerVRPParams
Returns:
A reference to a com.esri.arcgis.networkanalyst.INAServerLocations
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRoutesByRef

public void setRoutesByRef(INAServerLocations routes)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
RecordSet or array of PropertySets representing Routes loaded as network locations during analysis.

Specified by:
setRoutesByRef in interface INAServerVRPParams
Parameters:
routes - A reference to a com.esri.arcgis.networkanalyst.INAServerLocations (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRoutes

public INAServerLocations getRoutes()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
RecordSet or array of PropertySets representing Routes loaded as network locations during analysis.

Specified by:
getRoutes in interface INAServerVRPParams
Returns:
A reference to a com.esri.arcgis.networkanalyst.INAServerLocations
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBreaksByRef

public void setBreaksByRef(INAServerLocations breaks)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
RecordSet or array of PropertySets representing Breaks loaded as network locations during analysis.

Specified by:
setBreaksByRef in interface INAServerVRPParams
Parameters:
breaks - A reference to a com.esri.arcgis.networkanalyst.INAServerLocations (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBreaks

public INAServerLocations getBreaks()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
RecordSet or array of PropertySets representing Breaks loaded as network locations during analysis.

Specified by:
getBreaks in interface INAServerVRPParams
Returns:
A reference to a com.esri.arcgis.networkanalyst.INAServerLocations
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRouteZonesByRef

public void setRouteZonesByRef(INAServerLocations routeZones)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
RecordSet or array of PropertySets representing Route Zones loaded as network locations during analysis.

Specified by:
setRouteZonesByRef in interface INAServerVRPParams
Parameters:
routeZones - A reference to a com.esri.arcgis.networkanalyst.INAServerLocations (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRouteZones

public INAServerLocations getRouteZones()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
RecordSet or array of PropertySets representing Route Zones loaded as network locations during analysis.

Specified by:
getRouteZones in interface INAServerVRPParams
Returns:
A reference to a com.esri.arcgis.networkanalyst.INAServerLocations
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRouteSeedPointsByRef

public void setRouteSeedPointsByRef(INAServerLocations routeSeedPoints)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
RecordSet or array of PropertySets representing Route Seed Points loaded as network locations during analysis.

Specified by:
setRouteSeedPointsByRef in interface INAServerVRPParams
Parameters:
routeSeedPoints - A reference to a com.esri.arcgis.networkanalyst.INAServerLocations (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRouteSeedPoints

public INAServerLocations getRouteSeedPoints()
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
RecordSet or array of PropertySets representing Route Seed Points loaded as network locations during analysis.

Specified by:
getRouteSeedPoints in interface INAServerVRPParams
Returns:
A reference to a com.esri.arcgis.networkanalyst.INAServerLocations
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRouteRenewalsByRef

public void setRouteRenewalsByRef(INAServerLocations routeRenewals)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
RecordSet or array of PropertySets representing Route Renewals loaded as network locations during analysis.

Specified by:
setRouteRenewalsByRef in interface INAServerVRPParams
Parameters:
routeRenewals - A reference to a com.esri.arcgis.networkanalyst.INAServerLocations (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRouteRenewals

public INAServerLocations getRouteRenewals()
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
RecordSet or array of PropertySets representing Route Renewals loaded as network locations during analysis.

Specified by:
getRouteRenewals in interface INAServerVRPParams
Returns:
A reference to a com.esri.arcgis.networkanalyst.INAServerLocations
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSpecialtiesByRef

public void setSpecialtiesByRef(INAServerLocations specialties)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
RecordSet or array of PropertySets representing Specialties loaded as network locations during analysis.

Specified by:
setSpecialtiesByRef in interface INAServerVRPParams
Parameters:
specialties - A reference to a com.esri.arcgis.networkanalyst.INAServerLocations (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSpecialties

public INAServerLocations getSpecialties()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
RecordSet or array of PropertySets representing Specialties loaded as network locations during analysis.

Specified by:
getSpecialties in interface INAServerVRPParams
Returns:
A reference to a com.esri.arcgis.networkanalyst.INAServerLocations
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOrderPairsByRef

public void setOrderPairsByRef(INAServerLocations orderPairs)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
RecordSet or array of PropertySets representing Order Pairs loaded as network locations during analysis.

Specified by:
setOrderPairsByRef in interface INAServerVRPParams
Parameters:
orderPairs - A reference to a com.esri.arcgis.networkanalyst.INAServerLocations (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOrderPairs

public INAServerLocations getOrderPairs()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
RecordSet or array of PropertySets representing Order Pairs loaded as network locations during analysis.

Specified by:
getOrderPairs in interface INAServerVRPParams
Returns:
A reference to a com.esri.arcgis.networkanalyst.INAServerLocations
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBarriersByRef

public void setBarriersByRef(INAServerLocations barriers)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
RecordSet or array of PropertySets representing Barriers loaded as network locations during analysis.

Specified by:
setBarriersByRef in interface INAServerVRPParams
Parameters:
barriers - A reference to a com.esri.arcgis.networkanalyst.INAServerLocations (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBarriers

public INAServerLocations getBarriers()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
RecordSet or array of PropertySets representing Barriers loaded as network locations during analysis.

Specified by:
getBarriers in interface INAServerVRPParams
Returns:
A reference to a com.esri.arcgis.networkanalyst.INAServerLocations
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPolylineBarriersByRef

public void setPolylineBarriersByRef(INAServerLocations polylineBarriers)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
RecordSet or array of PropertySets representing Polyline Barriers loaded as collections of network locations during analysis.

Specified by:
setPolylineBarriersByRef in interface INAServerVRPParams
Parameters:
polylineBarriers - A reference to a com.esri.arcgis.networkanalyst.INAServerLocations (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPolylineBarriers

public INAServerLocations getPolylineBarriers()
                                       throws java.io.IOException,
                                              AutomationException
Deprecated. 
RecordSet or array of PropertySets representing Polyline Barriers loaded as collections of network locations during analysis.

Specified by:
getPolylineBarriers in interface INAServerVRPParams
Returns:
A reference to a com.esri.arcgis.networkanalyst.INAServerLocations
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPolygonBarriersByRef

public void setPolygonBarriersByRef(INAServerLocations polygonBarriers)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
RecordSet or array of PropertySets representing Polygon Barriers loaded as collections of network locations during analysis.

Specified by:
setPolygonBarriersByRef in interface INAServerVRPParams
Parameters:
polygonBarriers - A reference to a com.esri.arcgis.networkanalyst.INAServerLocations (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPolygonBarriers

public INAServerLocations getPolygonBarriers()
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
RecordSet or array of PropertySets representing Polygon Barriers loaded as collections of network locations during analysis.

Specified by:
getPolygonBarriers in interface INAServerVRPParams
Returns:
A reference to a com.esri.arcgis.networkanalyst.INAServerLocations
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setReturnOrderPairs

public void setReturnOrderPairs(boolean returnOrderPairs)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates if the output OrderPairs recordset should be returned with the analysis results.

Specified by:
setReturnOrderPairs in interface INAServerVRPParams
Parameters:
returnOrderPairs - The returnOrderPairs (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isReturnOrderPairs

public boolean isReturnOrderPairs()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Indicates if the output OrderPairs recordset should be returned with the analysis results.

Specified by:
isReturnOrderPairs in interface INAServerVRPParams
Returns:
The returnOrderPairs
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setReturnOrders

public void setReturnOrders(boolean returnOrders)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates if the output Orders recordset should be returned with the analysis results.

Specified by:
setReturnOrders in interface INAServerVRPParams
Parameters:
returnOrders - The returnOrders (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isReturnOrders

public boolean isReturnOrders()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates if the output Orders recordset should be returned with the analysis results.

Specified by:
isReturnOrders in interface INAServerVRPParams
Returns:
The returnOrders
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setReturnDepots

public void setReturnDepots(boolean returnDepots)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates if the output Depots recordset should be returned with the analysis results.

Specified by:
setReturnDepots in interface INAServerVRPParams
Parameters:
returnDepots - The returnDepots (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isReturnDepots

public boolean isReturnDepots()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates if the output Depots recordset should be returned with the analysis results.

Specified by:
isReturnDepots in interface INAServerVRPParams
Returns:
The returnDepots
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setReturnRoutes

public void setReturnRoutes(boolean returnRoutes)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates if the output Routes recordset should be returned with the analysis results.

Specified by:
setReturnRoutes in interface INAServerVRPParams
Parameters:
returnRoutes - The returnRoutes (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isReturnRoutes

public boolean isReturnRoutes()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates if the output Routes recordset should be returned with the analysis results.

Specified by:
isReturnRoutes in interface INAServerVRPParams
Returns:
The returnRoutes
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setReturnDepotVisits

public void setReturnDepotVisits(boolean returnDepotVisits)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Indicates if the output Depot Visits recordset should be returned with the analysis results.

Specified by:
setReturnDepotVisits in interface INAServerVRPParams
Parameters:
returnDepotVisits - The returnDepotVisits (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isReturnDepotVisits

public boolean isReturnDepotVisits()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Indicates if the output Depot Visits recordset should be returned with the analysis results.

Specified by:
isReturnDepotVisits in interface INAServerVRPParams
Returns:
The returnDepotVisits
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setReturnBreaks

public void setReturnBreaks(boolean returnBreaks)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates if the output Breaks recordset should be returned with the analysis results.

Specified by:
setReturnBreaks in interface INAServerVRPParams
Parameters:
returnBreaks - The returnBreaks (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isReturnBreaks

public boolean isReturnBreaks()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates if the output Breaks recordset should be returned with the analysis results.

Specified by:
isReturnBreaks in interface INAServerVRPParams
Returns:
The returnBreaks
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setReturnRouteRenewals

public void setReturnRouteRenewals(boolean returnRouteRenewals)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Indicates if the output Route Renewals recordset should be returned with the analysis results.

Specified by:
setReturnRouteRenewals in interface INAServerVRPParams
Parameters:
returnRouteRenewals - The returnRouteRenewals (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isReturnRouteRenewals

public boolean isReturnRouteRenewals()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Indicates if the output Route Renewals recordset should be returned with the analysis results.

Specified by:
isReturnRouteRenewals in interface INAServerVRPParams
Returns:
The returnRouteRenewals
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setReturnRouteSeedPoints

public void setReturnRouteSeedPoints(boolean returnRouteSeedPoints)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Indicates if the Route Seed Points recordset should be returned with the analysis results.

Specified by:
setReturnRouteSeedPoints in interface INAServerVRPParams
Parameters:
returnRouteSeedPoints - The returnRouteSeedPoints (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isReturnRouteSeedPoints

public boolean isReturnRouteSeedPoints()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Indicates if the Route Seed Points recordset should be returned with the analysis results.

Specified by:
isReturnRouteSeedPoints in interface INAServerVRPParams
Returns:
The returnRouteSeedPoints
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setReturnRouteZones

public void setReturnRouteZones(boolean returnRouteZones)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates if the Route Zones recordset should be returned with the analysis results.

Specified by:
setReturnRouteZones in interface INAServerVRPParams
Parameters:
returnRouteZones - The returnRouteZones (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isReturnRouteZones

public boolean isReturnRouteZones()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Indicates if the Route Zones recordset should be returned with the analysis results.

Specified by:
isReturnRouteZones in interface INAServerVRPParams
Returns:
The returnRouteZones
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setReturnSpecialties

public void setReturnSpecialties(boolean returnSpecialties)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Indicates if the Specialties recordset should be returned with the analysis results.

Specified by:
setReturnSpecialties in interface INAServerVRPParams
Parameters:
returnSpecialties - The returnSpecialties (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isReturnSpecialties

public boolean isReturnSpecialties()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Indicates if the Specialties recordset should be returned with the analysis results.

Specified by:
isReturnSpecialties in interface INAServerVRPParams
Returns:
The returnSpecialties
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setReturnBarriers

public void setReturnBarriers(boolean returnBarriers)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates if the output barriers recordset should be returned with the analysis results.

Specified by:
setReturnBarriers in interface INAServerVRPParams
Parameters:
returnBarriers - The returnBarriers (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isReturnBarriers

public boolean isReturnBarriers()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates if the output barriers recordset should be returned with the analysis results.

Specified by:
isReturnBarriers in interface INAServerVRPParams
Returns:
The returnBarriers
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setReturnPolylineBarriers

public void setReturnPolylineBarriers(boolean returnBarriers)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Indicates if the output polyline barriers recordset should be returned with the analysis results.

Specified by:
setReturnPolylineBarriers in interface INAServerVRPParams
Parameters:
returnBarriers - The returnBarriers (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isReturnPolylineBarriers

public boolean isReturnPolylineBarriers()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Indicates if the output polyline barriers recordset should be returned with the analysis results.

Specified by:
isReturnPolylineBarriers in interface INAServerVRPParams
Returns:
The returnBarriers
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setReturnPolygonBarriers

public void setReturnPolygonBarriers(boolean returnBarriers)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Indicates if the output polygon barriers recordset should be returned with the analysis results.

Specified by:
setReturnPolygonBarriers in interface INAServerVRPParams
Parameters:
returnBarriers - The returnBarriers (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isReturnPolygonBarriers

public boolean isReturnPolygonBarriers()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Indicates if the output polygon barriers recordset should be returned with the analysis results.

Specified by:
isReturnPolygonBarriers in interface INAServerVRPParams
Returns:
The returnBarriers
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setReturnCompactDirections

public void setReturnCompactDirections(boolean returnCompactDirections)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Indicates if compact directions should be generated and returned with the analysis results.

Specified by:
setReturnCompactDirections in interface INAServerVRPParams
Parameters:
returnCompactDirections - The returnCompactDirections (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isReturnCompactDirections

public boolean isReturnCompactDirections()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
Indicates if compact directions should be generated and returned with the analysis results.

Specified by:
isReturnCompactDirections in interface INAServerVRPParams
Returns:
The returnCompactDirections
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDirectionsLanguage

public void setDirectionsLanguage(java.lang.String directionsLanguage)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Language to use when computing directions.

Specified by:
setDirectionsLanguage in interface INAServerVRPParams
Parameters:
directionsLanguage - The directionsLanguage (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDirectionsLanguage

public java.lang.String getDirectionsLanguage()
                                       throws java.io.IOException,
                                              AutomationException
Deprecated. 
Language to use when computing directions.

Specified by:
getDirectionsLanguage in interface INAServerVRPParams
Returns:
The directionsLanguage
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDirectionsLengthUnits

public void setDirectionsLengthUnits(int directionsLengthUnits)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Length units to use when computing directions.

Specified by:
setDirectionsLengthUnits in interface INAServerVRPParams
Parameters:
directionsLengthUnits - A com.esri.arcgis.geodatabase.esriNetworkAttributeUnits constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDirectionsLengthUnits

public int getDirectionsLengthUnits()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Length units to use when computing directions.

Specified by:
getDirectionsLengthUnits in interface INAServerVRPParams
Returns:
A com.esri.arcgis.geodatabase.esriNetworkAttributeUnits constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDirectionsOutputType

public void setDirectionsOutputType(int directionsOutputType)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Type of directions to generate.

Specified by:
setDirectionsOutputType in interface INAServerVRPParams
Parameters:
directionsOutputType - A com.esri.arcgis.networkanalyst.esriDirectionsOutputType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDirectionsOutputType

public int getDirectionsOutputType()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Type of directions to generate.

Specified by:
getDirectionsOutputType in interface INAServerVRPParams
Returns:
A com.esri.arcgis.networkanalyst.esriDirectionsOutputType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDirectionsStyleName

public void setDirectionsStyleName(java.lang.String directionsStyleName)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Name of the directions style to use when generating directions.

Specified by:
setDirectionsStyleName in interface INAServerVRPParams
Parameters:
directionsStyleName - The directionsStyleName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDirectionsStyleName

public java.lang.String getDirectionsStyleName()
                                        throws java.io.IOException,
                                               AutomationException
Deprecated. 
Name of the directions style to use when generating directions.

Specified by:
getDirectionsStyleName in interface INAServerVRPParams
Returns:
The directionsStyleName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDirectionsTimeAttributeName

public void setDirectionsTimeAttributeName(java.lang.String directionsTimeAttributeName)
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
Name of network attribute to use for the drive time when computing directions.

Specified by:
setDirectionsTimeAttributeName in interface INAServerVRPParams
Parameters:
directionsTimeAttributeName - The directionsTimeAttributeName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDirectionsTimeAttributeName

public java.lang.String getDirectionsTimeAttributeName()
                                                throws java.io.IOException,
                                                       AutomationException
Deprecated. 
Name of network attribute to use for the drive time when computing directions.

Specified by:
getDirectionsTimeAttributeName in interface INAServerVRPParams
Returns:
The directionsTimeAttributeName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.