|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INASolverForwardStar
Creates a network dataset forward star which honors the current solver settings as well as any barriers.
The INASolverForwardStar interface provides a way to obtain a NetworkForwardStar based on the current solver and the passed-in INAContext.
Method Summary | |
---|---|
INetworkForwardStarEx |
createForwardStar(INAContext context,
boolean isForwardTraversal)
Creates a network dataset forward star which honors the current solver settings as well as any barriers. |
Method Detail |
---|
INetworkForwardStarEx createForwardStar(INAContext context, boolean isForwardTraversal) throws IOException, AutomationException
CreateForwardStar will generate a NetworkForwardStar object prepared with the settings specified on the current solver and the INAContext that is passed in. The returned NetworkForwardStar object will have the INetworkForwardStarEx::IsForwardTraversal value set to match the value of the IsForwardTraversal Boolean that is passed in to CreateForwardStar.
context
- A reference to a com.esri.arcgis.networkanalyst.INAContext (in)isForwardTraversal
- The isForwardTraversal (in)
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 |