|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEngineNAWindow2
Provides access to the network analysis window.
The IEngineNAWindow2 inherits from the IEngineNAWindow interface, the main interface on the IEngineNetworkAnalystEnvironment::NAWindow. It provides methods to access the NALayer and to edit INAContext::NAClasses within the context of an undo/redo operation.
In addition to the methods on IEngineNAWindow, there is an extra property ActiveCategoryGroup that allows you to determine the active group when the category supports groups. Currently "Stops" is the only category that supports multiple groups where they are used to specify multiple routes in one analysis layer.
Method Summary | |
---|---|
IEngineNAWindowCategoryGroup |
getActiveCategoryGroup()
The current category group shown in the window. |
void |
setActiveCategoryGroup(IEngineNAWindowCategoryGroup group)
The current category group shown in the window. |
Methods inherited from interface com.esri.arcgis.controls.IEngineNAWindow |
---|
abortOperation, delayEvents, delayWindowUpdates, getActiveAnalysis, getActiveCategory, getCategoryByNAClassName, getHWnd, getItemSelectionColor, getSelection, setActiveAnalysis, setActiveCategory, setItemSelectionColor, setMessage, startOperation, stopOperation, updateContent |
Method Detail |
---|
IEngineNAWindowCategoryGroup getActiveCategoryGroup() throws IOException, AutomationException
The ActiveCategoryGroup property allows you to determine the active group when the category supports groups. Currently "Stops" is the only category that supports multiple groups where they are used to specify multiple routes in one analysis layer.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setActiveCategoryGroup(IEngineNAWindowCategoryGroup group) throws IOException, AutomationException
group
- A reference to a com.esri.arcgis.controls.IEngineNAWindowCategoryGroup (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 |