|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IMapServerGroupLayer
Provides access to map server sublayers.
| Method Summary | |
|---|---|
int |
getCount()
Number of layers in the collection. |
ILayer |
getLayer(int index)
Layer in the collection at the specified index. |
void |
showLayers(boolean show,
ILongArray layerIds)
Shows/ hides the layers given layer ids. |
| Method Detail |
|---|
void showLayers(boolean show,
ILongArray layerIds)
throws IOException,
AutomationException
show - The show (in)layerIds - A reference to a com.esri.arcgis.system.ILongArray (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ILayer getLayer(int index)
throws IOException,
AutomationException
index - The index (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 | ||||||||