com.esri.arcgis.networkanalyst
Class INALocationAllocationSolverProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.networkanalyst.INALocationAllocationSolverProxy
All Implemented Interfaces:
INALocationAllocationSolver, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
INALocationAllocationSolver2Proxy

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

Description: 'Provides access to the location-allocation 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 INALocationAllocationSolverProxy
extends com.esri.arcgis.interop.Dispatch
implements INALocationAllocationSolver, 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.INALocationAllocationSolver
IID, IID51b22eed_7a65_4037_b2b9_8bcfe354e4c5
 
Constructor Summary
  INALocationAllocationSolverProxy()
          Deprecated. For internal use only
  INALocationAllocationSolverProxy(java.lang.Object obj)
          Deprecated.  
protected INALocationAllocationSolverProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  INALocationAllocationSolverProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected INALocationAllocationSolverProxy(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.  
 java.lang.Object getDefaultCutoff()
          Deprecated. Determines the default cutoff beyond which no demand point can be allocated to a facility
 int getImpedanceTransformation()
          Deprecated. Determines which formula will modify the impedance.
 int getNumberFacilitiesToLocate()
          Deprecated. Determines how many facilities will be present in the solution.
 int getOutputLines()
          Deprecated. Specifies what if any shape geometry will be output
 int getProblemType()
          Deprecated. Specifies which location-allocation problem type to solve.
 double getTargetMarketSharePercentage()
          Deprecated. Applies to the target market share problem, the minimum number of facilites will be placed to obtain the target market share.
 double getTransformationParameter()
          Deprecated. Applies to the impedance transformation.
 int getTravelDirection()
          Deprecated. Specifies which direction the network will be traversed
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setDefaultCutoff(java.lang.Object value)
          Deprecated. Determines the default cutoff beyond which no demand point can be allocated to a facility
 void setImpedanceTransformation(int value)
          Deprecated. Determines which formula will modify the impedance.
 void setNumberFacilitiesToLocate(int value)
          Deprecated. Determines how many facilities will be present in the solution.
 void setOutputLines(int value)
          Deprecated. Specifies what if any shape geometry will be output
 void setProblemType(int value)
          Deprecated. Specifies which location-allocation problem type to solve.
 void setTargetMarketSharePercentage(double value)
          Deprecated. Applies to the target market share problem, the minimum number of facilites will be placed to obtain the target market share.
 void setTransformationParameter(double value)
          Deprecated. Applies to the impedance transformation.
 void setTravelDirection(int value)
          Deprecated. Specifies which direction the network will be traversed
 
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

INALocationAllocationSolverProxy

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

INALocationAllocationSolverProxy

public INALocationAllocationSolverProxy()
Deprecated. 
For internal use only


INALocationAllocationSolverProxy

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

INALocationAllocationSolverProxy

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

INALocationAllocationSolverProxy

protected INALocationAllocationSolverProxy(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

setTravelDirection

public void setTravelDirection(int value)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Specifies which direction the network will be traversed

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

getTravelDirection

public int getTravelDirection()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Specifies which direction the network will be traversed

Specified by:
getTravelDirection in interface INALocationAllocationSolver
Returns:
A com.esri.arcgis.networkanalyst.esriNATravelDirection 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. 
Specifies what if any shape geometry will be output

Specified by:
setOutputLines in interface INALocationAllocationSolver
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.

getOutputLines

public int getOutputLines()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Specifies what if any shape geometry will be output

Specified by:
getOutputLines in interface INALocationAllocationSolver
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.

setProblemType

public void setProblemType(int value)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Specifies which location-allocation problem type to solve.

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

getProblemType

public int getProblemType()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Specifies which location-allocation problem type to solve.

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

getNumberFacilitiesToLocate

public int getNumberFacilitiesToLocate()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Determines how many facilities will be present in the solution.

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

setNumberFacilitiesToLocate

public void setNumberFacilitiesToLocate(int value)
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Determines how many facilities will be present in the solution.

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

getDefaultCutoff

public java.lang.Object getDefaultCutoff()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
Determines the default cutoff beyond which no demand point can be allocated to a facility

Specified by:
getDefaultCutoff in interface INALocationAllocationSolver
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDefaultCutoff

public void setDefaultCutoff(java.lang.Object value)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Determines the default cutoff beyond which no demand point can be allocated to a facility

Specified by:
setDefaultCutoff in interface INALocationAllocationSolver
Parameters:
value - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getImpedanceTransformation

public int getImpedanceTransformation()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Determines which formula will modify the impedance.

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

setImpedanceTransformation

public void setImpedanceTransformation(int value)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Determines which formula will modify the impedance.

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

getTransformationParameter

public double getTransformationParameter()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
Applies to the impedance transformation.

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

setTransformationParameter

public void setTransformationParameter(double value)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Applies to the impedance transformation.

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

getTargetMarketSharePercentage

public double getTargetMarketSharePercentage()
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
Applies to the target market share problem, the minimum number of facilites will be placed to obtain the target market share.

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

setTargetMarketSharePercentage

public void setTargetMarketSharePercentage(double value)
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
Applies to the target market share problem, the minimum number of facilites will be placed to obtain the target market share.

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