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