com.esri.arcgisws
Interface NAServerPort

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
NAServerBindingStub

public interface NAServerPort
extends java.rmi.Remote


Method Summary
 java.lang.String[] getNALayerNames(EsriNAServerLayerType layerType)
           
 NAServerNetworkDescription getNetworkDescription(java.lang.String NALayerName)
           
 NAServerSolverParams getSolverParameters(java.lang.String NALayerName)
           
 NAServerSolverResults solve(NAServerSolverParams solverParams)
           
 

Method Detail

getNALayerNames

public java.lang.String[] getNALayerNames(EsriNAServerLayerType layerType)
                                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getNetworkDescription

public NAServerNetworkDescription getNetworkDescription(java.lang.String NALayerName)
                                                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getSolverParameters

public NAServerSolverParams getSolverParameters(java.lang.String NALayerName)
                                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

solve

public NAServerSolverResults solve(NAServerSolverParams solverParams)
                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException