com.esri.arcgis.networkanalyst
Interface INAServer

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
INAServer2
All Known Implementing Classes:
INAServer2Proxy, INAServerProxy, NAServer, NAServerIP, NAServerLP

public interface INAServer
extends java.io.Serializable

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

IID7d270900_1f97_4c6f_8505_d6afcf807bb6

static final int IID7d270900_1f97_4c6f_8505_d6afcf807bb6
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
Method Detail

getNALayerNames

java.lang.String[] getNALayerNames(int layerType)
                                   throws java.io.IOException,
                                          AutomationException
Array of network analysis layers of a particular analysis type.

Parameters:
layerType - A com.esri.arcgis.networkanalyst.esriNAServerLayerType constant (in)
Returns:
The nALayerNames
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNetworkDescription

INAServerNetworkDescription getNetworkDescription(java.lang.String nALayerName)
                                                  throws java.io.IOException,
                                                         AutomationException
Description of the network dataset associated with the specified network analysis layer.

Parameters:
nALayerName - The nALayerName (in)
Returns:
A reference to a com.esri.arcgis.networkanalyst.INAServerNetworkDescription
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSolverParameters

INAServerSolverParams getSolverParameters(java.lang.String nALayerName)
                                          throws java.io.IOException,
                                                 AutomationException
Default solver parameters for the specified network analysis layer.

Parameters:
nALayerName - The nALayerName (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.

solve

INAServerSolverResults solve(INAServerSolverParams nAServerSolverParams)
                             throws java.io.IOException,
                                    AutomationException
Perform network analysis based on the input solve parameters.

Parameters:
nAServerSolverParams - A reference to a com.esri.arcgis.networkanalyst.INAServerSolverParams (in)
Returns:
A reference to a com.esri.arcgis.networkanalyst.INAServerSolverResults
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.