|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEngineNAWindowCategoryGroup
Provides access to the window category group.
The IEngineNAWindowCategoryGroup interface is used to access the category and group of a category that supports groups in the IEngineNetworkAnalystEnvironment::NAWindow.
Currently "Stops" is the only category that can have groups. For "Stops", there is a group for each unique RouteName in the "Stops" NAClass.
Method Summary | |
---|---|
IEngineNAWindowCategory |
getCategory()
The NAWindow category associated with this category group. |
String |
getGroup()
The NAWindow category group name. |
void |
setCategoryByRef(IEngineNAWindowCategory category)
The NAWindow category associated with this category group. |
void |
setGroup(String group)
The NAWindow category group name. |
Method Detail |
---|
void setCategoryByRef(IEngineNAWindowCategory category) throws IOException, AutomationException
category
- A reference to a com.esri.arcgis.controls.IEngineNAWindowCategory (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEngineNAWindowCategory getCategory() throws IOException, AutomationException
A reference to the IEngineNAWindowCategory that the category group is part of. For example, if a stop in the "Route1" category group of the stops category was active, the Category would reference the "Stops" IEngineNAWindowCategory.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getGroup() throws IOException, AutomationException
The name of the group.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGroup(String group) throws IOException, AutomationException
group
- The group (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 |