com.esri.arcgis.networkanalyst
Interface INAServer2
- All Superinterfaces:
- INAServer, java.io.Serializable
- All Known Implementing Classes:
- INAServer2Proxy, NAServer, NAServerIP, NAServerLP
public interface INAServer2
- extends INAServer, java.io.Serializable
COM Interface 'INAServer2'. Generated 3/19/2015 1:20:59 PM
from 'C:\ArcGIS\COM\esriNetworkAnalyst.olb'
Description: 'Deprecated as of 10.0. Provides access to methods that perform network analysis in a stateless environment within a MapServer.'
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 =
Method Summary |
INAServerSolverParams |
getSolverParameters2(java.lang.String nALayerName,
java.lang.String layerToken,
boolean populateNAClasses)
Default solver parameters for the specified network analysis layer. |
IID67020a7d_a382_404a_80d3_0454541444f3
static final int IID67020a7d_a382_404a_80d3_0454541444f3
- See Also:
- Constant Field Values
xxDummy
static final int xxDummy
- Deprecated. Internal use only
- See Also:
- Constant Field Values
IID
static final java.lang.String IID
- Deprecated. Internal use only
- See Also:
- Constant Field Values
getSolverParameters2
INAServerSolverParams getSolverParameters2(java.lang.String nALayerName,
java.lang.String layerToken,
boolean populateNAClasses)
throws java.io.IOException,
AutomationException
- Default solver parameters for the specified network analysis layer.
- Parameters:
nALayerName
- The nALayerName (in)layerToken
- The layerToken (in)populateNAClasses
- The populateNAClasses (in)
- Returns:
- A reference to a com.esri.arcgis.networkanalyst.INAServerSolverParams
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.