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