OgcWmsLayer.Initialize Method
Initializes the OgcWmsLayer instance.
Initialize()
Initializes the OgcWmsLayer instance.Syntax
public void Initialize ()
Remarks
This method initializes an OgcWmsLayer which involves making one or more GetCapabilities requests to the OGC WMS service, specified by the Url property, interpreting the result and creating a hierarchy of OgcWmsServerLayer instances that describe the layers available from the service.
In normal operation this method is called automatically when a view that contains an OgcWmsLayer 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 WMS 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