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