|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMapServerLegendGroups
Provides access to the Map Server Legend Groups Interface.
Method Summary | |
---|---|
void |
add(IMapServerLegendGroup group)
Adds a legend group. |
int |
getCount()
The legend group count. |
IMapServerLegendGroup |
getElement(int index)
The legend group at the specified position. |
void |
insert(int index,
IMapServerLegendGroup group)
Adds a legend group at the specified position. |
void |
remove(int index)
Removes the legend group at the specified position. |
void |
removeAll()
Removes all legend groups. |
Method Detail |
---|
int getCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMapServerLegendGroup getElement(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void remove(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeAll() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void add(IMapServerLegendGroup group) throws IOException, AutomationException
group
- A reference to a com.esri.arcgis.carto.IMapServerLegendGroup (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void insert(int index, IMapServerLegendGroup group) throws IOException, AutomationException
index
- The index (in)group
- A reference to a com.esri.arcgis.carto.IMapServerLegendGroup (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 |