OgcWmtsLayer.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
In some situations, an application may want to present only a subset of the layers 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 theLayers property . If you leave the list empty, tiles from all layers will be requested.
If you want to use this property to restrict which layers are presented by an OgcWmtsLayer in a configuration do the following:
Only specify the URL to the OGC WMTS 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