Provides access to members that control the WMS group layer.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
Add | Adds the given WMS Layer at the given position. Only layer created by this WMS group layer or its parent layers are valid. | |
Clear | Deletes all the sub layers. | |
Count | Number of sub layers. | |
CreateWMSGroupLayer | Creates an empty WMSGroupLayer with the given name. | |
CreateWMSGroupLayers | Creates a new WMSGroupLayer for the given WMSLayerDescription recursively including all the sub layers. | |
CreateWMSLayer | Creates a new WMSLayer for the given WMSLayerDescription. | |
Delete | Deletes the given layer if it exists. | |
Expanded | Indicates if the layer is expanded or collapsed. | |
InsertLayer | Inserts the given WMS Layer at the given position. Only layer created by this WMS group layer or its parent layers are valid. | |
InsertLayers | Inserts the given WMS Layers at the given position. Only layers created by this WMS group layer or its parent layers are valid. | |
Layer | Sub layer at the given index. | |
MoveLayer | Moves the given layer to the given position within the group layer. | |
WMSServiceDescription | Associated WMSServiceDescription. |
CoClasses that implement IWMSGroupLayer
CoClasses and Classes | Description |
---|---|
WMSGroupLayer | A container for the display of WMS group layers. |
WMSMapLayer | A container for the display and manipulation of WMS layers. |
Remarks
Manages the contents of a WMSMapLayer or a WMSGroupLayer.