|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INAServer
COM Interface 'INAServer'. 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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID7d270900_1f97_4c6f_8505_d6afcf807bb6
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
java.lang.String[] |
getNALayerNames(int layerType)
Array of network analysis layers of a particular analysis type. |
INAServerNetworkDescription |
getNetworkDescription(java.lang.String nALayerName)
Description of the network dataset associated with the specified network analysis layer. |
INAServerSolverParams |
getSolverParameters(java.lang.String nALayerName)
Default solver parameters for the specified network analysis layer. |
INAServerSolverResults |
solve(INAServerSolverParams nAServerSolverParams)
Perform network analysis based on the input solve parameters. |
| Field Detail |
|---|
static final int IID7d270900_1f97_4c6f_8505_d6afcf807bb6
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
java.lang.String[] getNALayerNames(int layerType)
throws java.io.IOException,
AutomationException
layerType - A com.esri.arcgis.networkanalyst.esriNAServerLayerType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
INAServerNetworkDescription getNetworkDescription(java.lang.String nALayerName)
throws java.io.IOException,
AutomationException
nALayerName - The nALayerName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
INAServerSolverParams getSolverParameters(java.lang.String nALayerName)
throws java.io.IOException,
AutomationException
nALayerName - The nALayerName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
INAServerSolverResults solve(INAServerSolverParams nAServerSolverParams)
throws java.io.IOException,
AutomationException
nAServerSolverParams - A reference to a com.esri.arcgis.networkanalyst.INAServerSolverParams (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 | ||||||||