|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.networkanalyst.INALocationAllocationSolverProxy
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
Internal use class
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 |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public INALocationAllocationSolverProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public INALocationAllocationSolverProxy()
public INALocationAllocationSolverProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected INALocationAllocationSolverProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected INALocationAllocationSolverProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void setTravelDirection(int value) throws java.io.IOException, AutomationException
setTravelDirection
in interface INALocationAllocationSolver
value
- A com.esri.arcgis.networkanalyst.esriNATravelDirection constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getTravelDirection() throws java.io.IOException, AutomationException
getTravelDirection
in interface INALocationAllocationSolver
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOutputLines(int value) throws java.io.IOException, AutomationException
setOutputLines
in interface INALocationAllocationSolver
value
- A com.esri.arcgis.networkanalyst.esriNAOutputLineType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getOutputLines() throws java.io.IOException, AutomationException
getOutputLines
in interface INALocationAllocationSolver
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setProblemType(int value) throws java.io.IOException, AutomationException
setProblemType
in interface INALocationAllocationSolver
value
- A com.esri.arcgis.networkanalyst.esriNALocationAllocationProblemType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getProblemType() throws java.io.IOException, AutomationException
getProblemType
in interface INALocationAllocationSolver
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getNumberFacilitiesToLocate() throws java.io.IOException, AutomationException
getNumberFacilitiesToLocate
in interface INALocationAllocationSolver
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setNumberFacilitiesToLocate(int value) throws java.io.IOException, AutomationException
setNumberFacilitiesToLocate
in interface INALocationAllocationSolver
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getDefaultCutoff() throws java.io.IOException, AutomationException
getDefaultCutoff
in interface INALocationAllocationSolver
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefaultCutoff(java.lang.Object value) throws java.io.IOException, AutomationException
setDefaultCutoff
in interface INALocationAllocationSolver
value
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getImpedanceTransformation() throws java.io.IOException, AutomationException
getImpedanceTransformation
in interface INALocationAllocationSolver
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setImpedanceTransformation(int value) throws java.io.IOException, AutomationException
setImpedanceTransformation
in interface INALocationAllocationSolver
value
- A com.esri.arcgis.networkanalyst.esriNAImpedanceTransformationType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getTransformationParameter() throws java.io.IOException, AutomationException
getTransformationParameter
in interface INALocationAllocationSolver
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTransformationParameter(double value) throws java.io.IOException, AutomationException
setTransformationParameter
in interface INALocationAllocationSolver
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getTargetMarketSharePercentage() throws java.io.IOException, AutomationException
getTargetMarketSharePercentage
in interface INALocationAllocationSolver
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTargetMarketSharePercentage(double value) throws java.io.IOException, AutomationException
setTargetMarketSharePercentage
in interface INALocationAllocationSolver
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |