OgcWmtsLayer.Initialize Method
Initializes the OgcWmtsLayer instance.
Initialize()
Initializes the OgcWmtsLayer instance.Syntax
public void Initialize ()
Remarks
This method initializes an OgcWmtsLayer which involves making one or more GetCapabilities requests to the OGC WMTS service, specified by the Url property, interpreting the result and creating a list of OgcWmtsServerLayer instances that describe the layers available from the service.
In normal operation this method is called automatically when a view that contains an OgcWmtsLayer is updated or if application code accesses properties that require the layer to be initialized before they can return relevant information, most notably the layer hierarchy accessed through the Layers property. It can also be called explicitly by an application, for example to find out what an OGC WMTS service provides without actually displaying anything.
Explicit calls to this method ignore the ThrowExceptions property and will always throw exceptions if errors occur.
Platforms
Windows, Linux, Android