OgcWmtsLayer.Encoding Property
Gets or sets the encoding to use for requests to the WMTS service.
Syntax
public OgcWmtsEncoding Encoding { get; set; }
Property Value
Remarks
Specify this property only if you want to force the layer to use a specific encoding. In most cases the default value Auto will make the layer automatically detect which encoding to use.
This property cannot be modified after the OgcWmtsLayer has been initialized (which occurs either automatically when the layer is being updated, when certain members are accessed or if Initialize is called explicitly).
Platforms
Windows, Linux, Android