com.esri.arcgisws
Interface NAServerPort
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- NAServerBindingStub
- public interface NAServerPort
- extends java.rmi.Remote
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