OgcWmsLayer.ExplicitLayers Property
Gets the list of layers that should be included in the map image.
Syntax
public StringCollection ExplicitLayers { get; }
Property Value
Default: Empty collection.
A list of layer names, from the GetCapabilities result, to include in maps generated by this layer.
Remarks
Some OGC WMS services provide a large set of layers that are not suitable for presentation at the same time or by the same application. For example, an application that handles traffic information is not interested in depth values in large bodies of water but a single OGC WMS service can provide both layers (in addition to many more). In such a situation the application only wants to present a subset of what is available from the service. This can be accomplished by using this property to explicitly list the name of each layer that should be presented. Explicitly listing a set of layers will also affect which layers can be accessed through the Layers property .
If you want to use this property to restrict which layers are presented by an OgcWmsLayer in a configuration do the following:
Only specify the endpoint to the OGC WMS service.
Open the configuration in Carmenta Explorer and examine the layers that are available.
For each layer you want the application to display, select the layer in the Carmenta Explorer layer tree, open the Properties panel and check the Name property of the layer, and add this name to the ExplicitLayers list.
Platforms
Windows, Linux, Android