|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.networkanalyst.INAServerSolverParamsProxy
com.esri.arcgis.networkanalyst.INAServerSolverParams2Proxy
Description: 'Deprecated as of 10.0. Provides access to properties that specify the 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 INAServerSolverParams2Proxy
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.INAServerSolverParams2 |
|---|
IID, IID1fb9dd3f_a315_4df0_a02a_3358a2bee920 |
| Fields inherited from interface com.esri.arcgis.networkanalyst.INAServerSolverParams |
|---|
IID40635a1f_4c95_4f57_a220_c683941715e5 |
| Constructor Summary | |
|---|---|
|
INAServerSolverParams2Proxy()
Deprecated. For internal use only |
|
INAServerSolverParams2Proxy(java.lang.Object obj)
Deprecated. |
protected |
INAServerSolverParams2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
INAServerSolverParams2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
INAServerSolverParams2Proxy(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.String |
getLayerToken()
Deprecated. Token identifying the network analysis layer on the server to use. |
boolean |
isReturnPartialResultsOnError()
Deprecated. Indicates if the result object should be returned even if an error was generated during the solve operation. |
boolean |
isSaveLayerOnServer()
Deprecated. Indicates if the resulting analysis layer should be saved on the server. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setLayerToken(java.lang.String layerToken)
Deprecated. Token identifying the network analysis layer on the server to use. |
void |
setReturnPartialResultsOnError(boolean returnPartialResultsOnError)
Deprecated. Indicates if the result object should be returned even if an error was generated during the solve operation. |
void |
setSaveLayerOnServer(boolean saveLayerOnServer)
Deprecated. Indicates if the resulting analysis layer should be saved on the server. |
| 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 |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public INAServerSolverParams2Proxy(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.IOExceptionpublic INAServerSolverParams2Proxy()
public INAServerSolverParams2Proxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected INAServerSolverParams2Proxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected INAServerSolverParams2Proxy(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 INAServerSolverParamsProxyjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class INAServerSolverParamsProxyjava.io.IOException
public void setReturnPartialResultsOnError(boolean returnPartialResultsOnError)
throws java.io.IOException,
AutomationException
setReturnPartialResultsOnError in interface INAServerSolverParams2returnPartialResultsOnError - The returnPartialResultsOnError (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isReturnPartialResultsOnError()
throws java.io.IOException,
AutomationException
isReturnPartialResultsOnError in interface INAServerSolverParams2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSaveLayerOnServer(boolean saveLayerOnServer)
throws java.io.IOException,
AutomationException
setSaveLayerOnServer in interface INAServerSolverParams2saveLayerOnServer - The saveLayerOnServer (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isSaveLayerOnServer()
throws java.io.IOException,
AutomationException
isSaveLayerOnServer in interface INAServerSolverParams2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLayerToken(java.lang.String layerToken)
throws java.io.IOException,
AutomationException
setLayerToken in interface INAServerSolverParams2layerToken - The layerToken (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getLayerToken()
throws java.io.IOException,
AutomationException
getLayerToken in interface INAServerSolverParams2java.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 | ||||||||