com.esri.arcgis.networkanalyst
Class INAVRPSolverProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.networkanalyst.INAVRPSolverProxy
All Implemented Interfaces:
INAVRPSolver, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'INAVRPSolver'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriNetworkAnalyst.olb'

Description: 'Provides access to the VRP solver.' 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 INAVRPSolverProxy
extends com.esri.arcgis.interop.Dispatch
implements INAVRPSolver, 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.INAVRPSolver
IID, IID1ae9aa35_d121_4523_aed1_7d25dcabc3fc
 
Constructor Summary
  INAVRPSolverProxy()
          Deprecated. For internal use only
  INAVRPSolverProxy(java.lang.Object obj)
          Deprecated.  
protected INAVRPSolverProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  INAVRPSolverProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected INAVRPSolverProxy(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.  
 int getCapacityCount()
          Deprecated. The number of dimensions for object sizes.
 java.util.Date getDefaultDate()
          Deprecated. The date to use for time windows without dates.
 int getDistanceFieldUnits()
          Deprecated. The units for distance fields in the NA classes.
 double getExcessTransitTimePenaltyFactor()
          Deprecated. The penalty factor for excess transit time in the objective function.
 INAODCostMatrix getExternalODCostMatrix()
          Deprecated. The external OD cost matrix object.
 int getInternalODCostMatrixType()
          Deprecated. Indicates the type of internal matrix to be created.
 int getOutputLines()
          Deprecated. Indicates how route lines are generated.
 int getTimeFieldUnits()
          Deprecated. The units for time fields in the NA classes.
 double getTimeWindowViolationPenaltyFactor()
          Deprecated. The penalty factor for time window violation in the objective function.
 boolean isGenerateInternalRouteContext()
          Deprecated. Indicates if the internal route context should be generated.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setCapacityCount(int value)
          Deprecated. The number of dimensions for object sizes.
 void setDefaultDate(java.util.Date date)
          Deprecated. The date to use for time windows without dates.
 void setDistanceFieldUnits(int units)
          Deprecated. The units for distance fields in the NA classes.
 void setExcessTransitTimePenaltyFactor(double value)
          Deprecated. The penalty factor for excess transit time in the objective function.
 void setExternalODCostMatrixByRef(INAODCostMatrix matrix)
          Deprecated. The external OD cost matrix object.
 void setGenerateInternalRouteContext(boolean value)
          Deprecated. Indicates if the internal route context should be generated.
 void setInternalODCostMatrixType(int type)
          Deprecated. Indicates the type of internal matrix to be created.
 void setOutputLines(int value)
          Deprecated. Indicates how route lines are generated.
 void setTimeFieldUnits(int units)
          Deprecated. The units for time fields in the NA classes.
 void setTimeWindowViolationPenaltyFactor(double value)
          Deprecated. The penalty factor for time window violation in the objective function.
 
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
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

INAVRPSolverProxy

public INAVRPSolverProxy(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

INAVRPSolverProxy

public INAVRPSolverProxy()
Deprecated. 
For internal use only


INAVRPSolverProxy

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

INAVRPSolverProxy

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

INAVRPSolverProxy

protected INAVRPSolverProxy(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 com.esri.arcgis.interop.Dispatch
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 com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getInternalODCostMatrixType

public int getInternalODCostMatrixType()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Indicates the type of internal matrix to be created.

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

setInternalODCostMatrixType

public void setInternalODCostMatrixType(int type)
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Indicates the type of internal matrix to be created.

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

isGenerateInternalRouteContext

public boolean isGenerateInternalRouteContext()
                                       throws java.io.IOException,
                                              AutomationException
Deprecated. 
Indicates if the internal route context should be generated.

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

setGenerateInternalRouteContext

public void setGenerateInternalRouteContext(boolean value)
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
Indicates if the internal route context should be generated.

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

getExternalODCostMatrix

public INAODCostMatrix getExternalODCostMatrix()
                                        throws java.io.IOException,
                                               AutomationException
Deprecated. 
The external OD cost matrix object.

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

setExternalODCostMatrixByRef

public void setExternalODCostMatrixByRef(INAODCostMatrix matrix)
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
The external OD cost matrix object.

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

getTimeFieldUnits

public int getTimeFieldUnits()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The units for time fields in the NA classes.

Specified by:
getTimeFieldUnits in interface INAVRPSolver
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.

setTimeFieldUnits

public void setTimeFieldUnits(int units)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The units for time fields in the NA classes.

Specified by:
setTimeFieldUnits in interface INAVRPSolver
Parameters:
units - 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.

getDistanceFieldUnits

public int getDistanceFieldUnits()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The units for distance fields in the NA classes.

Specified by:
getDistanceFieldUnits in interface INAVRPSolver
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.

setDistanceFieldUnits

public void setDistanceFieldUnits(int units)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The units for distance fields in the NA classes.

Specified by:
setDistanceFieldUnits in interface INAVRPSolver
Parameters:
units - 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.

getDefaultDate

public java.util.Date getDefaultDate()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The date to use for time windows without dates.

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

setDefaultDate

public void setDefaultDate(java.util.Date date)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The date to use for time windows without dates.

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

getCapacityCount

public int getCapacityCount()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The number of dimensions for object sizes.

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

setCapacityCount

public void setCapacityCount(int value)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The number of dimensions for object sizes.

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

getTimeWindowViolationPenaltyFactor

public double getTimeWindowViolationPenaltyFactor()
                                           throws java.io.IOException,
                                                  AutomationException
Deprecated. 
The penalty factor for time window violation in the objective function.

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

setTimeWindowViolationPenaltyFactor

public void setTimeWindowViolationPenaltyFactor(double value)
                                         throws java.io.IOException,
                                                AutomationException
Deprecated. 
The penalty factor for time window violation in the objective function.

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

getExcessTransitTimePenaltyFactor

public double getExcessTransitTimePenaltyFactor()
                                         throws java.io.IOException,
                                                AutomationException
Deprecated. 
The penalty factor for excess transit time in the objective function.

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

setExcessTransitTimePenaltyFactor

public void setExcessTransitTimePenaltyFactor(double value)
                                       throws java.io.IOException,
                                              AutomationException
Deprecated. 
The penalty factor for excess transit time in the objective function.

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

getOutputLines

public int getOutputLines()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Indicates how route lines are generated.

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

setOutputLines

public void setOutputLines(int value)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Indicates how route lines are generated.

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