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