OgcWmsLayer.OgcWmsLayer Constructors
Initializes a new instance of the OgcWmsLayer.
Overload List
Name | Description | |
---|---|---|
Public method | OgcWmsLayer() | Initializes a new instance of the OgcWmsLayer. |
Public method | OgcWmsLayer(System.String url) | Initializes a new instance of the OgcWmsLayer class with the specified OGC WMS service endpoint. |
OgcWmsLayer()
Initializes a new instance of the OgcWmsLayer.Syntax
public OgcWmsLayer ()
Remarks
Remember to set Url to an OGC WMS service endpoint before you use the layer.
OgcWmsLayer(System.String url)
Initializes a new instance of the OgcWmsLayer class with the specified OGC WMS service endpoint.Syntax
public OgcWmsLayer (
System.String url
)
Parameters
url
Type: System.String
URL to the endpoint of an OGC WMS service.
URL to the endpoint of an OGC WMS service.
Platforms
Windows, Linux, Android