|
|||||||||
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.INAServerSolverParamsProxy
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 INAServerSolverParamsProxy
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.INAServerSolverParams |
---|
IID, IID40635a1f_4c95_4f57_a220_c683941715e5 |
Constructor Summary | |
---|---|
|
INAServerSolverParamsProxy()
Deprecated. For internal use only |
|
INAServerSolverParamsProxy(java.lang.Object obj)
Deprecated. |
protected |
INAServerSolverParamsProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
INAServerSolverParamsProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
INAServerSolverParamsProxy(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. |
IImageDescription |
getImageDescription()
Deprecated. ImageDescription used when generating the MapImage returned with the analysis results. |
IMapDescription |
getMapDescription()
Deprecated. MapDescription used when generating the MapImage returned with the analysis results. |
double |
getMaxSnapTolerance()
Deprecated. Maximum search tolerance used when attempting to load network locations. |
INAClassCandidateFieldMap[] |
getNAClassCandidateFieldMaps()
Deprecated. Array of NAClassCandidateFieldMaps . |
java.lang.String |
getNALayerName()
Deprecated. Network analysis layer name. |
ISpatialReference |
getOutputSpatialReference()
Deprecated. Spatial reference of the geometries returned with the analysis results. |
double |
getSnapTolerance()
Deprecated. Minimum search tolerance used when attempting to load network locations. |
int |
getSnapToleranceUnits()
Deprecated. Length units of the SnapTolerance and MaxSnapTolerance. |
boolean |
isReturnMap()
Deprecated. Indicates if a MapImage should be generated and returned with the analysis results. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setImageDescriptionByRef(IImageDescription imageDescription)
Deprecated. ImageDescription used when generating the MapImage returned with the analysis results. |
void |
setMapDescriptionByRef(IMapDescription mapDescription)
Deprecated. MapDescription used when generating the MapImage returned with the analysis results. |
void |
setMaxSnapTolerance(double maxSnapTolerance)
Deprecated. Maximum search tolerance used when attempting to load network locations. |
void |
setNAClassCandidateFieldMaps(INAClassCandidateFieldMap[] ppNAClassCandidateFieldMaps)
Deprecated. Array of NAClassCandidateFieldMaps . |
void |
setNALayerName(java.lang.String nALayerName)
Deprecated. Network analysis layer name. |
void |
setOutputSpatialReferenceByRef(ISpatialReference spatialReference)
Deprecated. Spatial reference of the geometries returned with the analysis results. |
void |
setReturnMap(boolean returnMap)
Deprecated. Indicates if a MapImage should be generated and returned with the analysis results. |
void |
setSnapTolerance(double snapTolerance)
Deprecated. Minimum search tolerance used when attempting to load network locations. |
void |
setSnapToleranceUnits(int snapToleranceUnits)
Deprecated. Length units of the SnapTolerance and MaxSnapTolerance. |
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 INAServerSolverParamsProxy(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 INAServerSolverParamsProxy()
public INAServerSolverParamsProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected INAServerSolverParamsProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected INAServerSolverParamsProxy(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 setNALayerName(java.lang.String nALayerName) throws java.io.IOException, AutomationException
setNALayerName
in interface INAServerSolverParams
nALayerName
- The nALayerName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getNALayerName() throws java.io.IOException, AutomationException
getNALayerName
in interface INAServerSolverParams
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSnapTolerance(double snapTolerance) throws java.io.IOException, AutomationException
setSnapTolerance
in interface INAServerSolverParams
snapTolerance
- The snapTolerance (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getSnapTolerance() throws java.io.IOException, AutomationException
getSnapTolerance
in interface INAServerSolverParams
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaxSnapTolerance(double maxSnapTolerance) throws java.io.IOException, AutomationException
setMaxSnapTolerance
in interface INAServerSolverParams
maxSnapTolerance
- The maxSnapTolerance (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMaxSnapTolerance() throws java.io.IOException, AutomationException
getMaxSnapTolerance
in interface INAServerSolverParams
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSnapToleranceUnits(int snapToleranceUnits) throws java.io.IOException, AutomationException
setSnapToleranceUnits
in interface INAServerSolverParams
snapToleranceUnits
- A com.esri.arcgis.system.esriUnits constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSnapToleranceUnits() throws java.io.IOException, AutomationException
getSnapToleranceUnits
in interface INAServerSolverParams
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setNAClassCandidateFieldMaps(INAClassCandidateFieldMap[] ppNAClassCandidateFieldMaps) throws java.io.IOException, AutomationException
setNAClassCandidateFieldMaps
in interface INAServerSolverParams
ppNAClassCandidateFieldMaps
- A reference to a com.esri.arcgis.networkanalyst.INAClassCandidateFieldMap array (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public INAClassCandidateFieldMap[] getNAClassCandidateFieldMaps() throws java.io.IOException, AutomationException
getNAClassCandidateFieldMaps
in interface INAServerSolverParams
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setReturnMap(boolean returnMap) throws java.io.IOException, AutomationException
setReturnMap
in interface INAServerSolverParams
returnMap
- The returnMap (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isReturnMap() throws java.io.IOException, AutomationException
isReturnMap
in interface INAServerSolverParams
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMapDescriptionByRef(IMapDescription mapDescription) throws java.io.IOException, AutomationException
setMapDescriptionByRef
in interface INAServerSolverParams
mapDescription
- A reference to a com.esri.arcgis.carto.IMapDescription (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IMapDescription getMapDescription() throws java.io.IOException, AutomationException
getMapDescription
in interface INAServerSolverParams
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setImageDescriptionByRef(IImageDescription imageDescription) throws java.io.IOException, AutomationException
setImageDescriptionByRef
in interface INAServerSolverParams
imageDescription
- A reference to a com.esri.arcgis.carto.IImageDescription (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IImageDescription getImageDescription() throws java.io.IOException, AutomationException
getImageDescription
in interface INAServerSolverParams
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOutputSpatialReferenceByRef(ISpatialReference spatialReference) throws java.io.IOException, AutomationException
setOutputSpatialReferenceByRef
in interface INAServerSolverParams
spatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISpatialReference getOutputSpatialReference() throws java.io.IOException, AutomationException
getOutputSpatialReference
in interface INAServerSolverParams
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 |