OgcWmtsLayer.OgcWmtsLayer Constructors
Creates a new instance of the OgcWmtsLayer class.
Overload List
Name | Description | |
---|---|---|
Public method | OgcWmtsLayer(System.String url) | Creates a new instance of the OgcWmtsLayer class with the specified URL. |
Public method | OgcWmtsLayer(System.String url, OgcWmtsEncoding encoding) | Creates a new instance of the OgcWmtsLayer class with the specified OGC WMTS URL and encoding. |
OgcWmtsLayer(System.String url)
Creates a new instance of the OgcWmtsLayer class with the specified URL.Syntax
public OgcWmtsLayer (
System.String url
)
Parameters
url
Type: System.String
The URL identifying the OGC WMTS, slippy map tilenames, or Bing Maps service.
The URL identifying the OGC WMTS, slippy map tilenames, or Bing Maps service.
OgcWmtsLayer(System.String url, OgcWmtsEncoding encoding)
Creates a new instance of the OgcWmtsLayer class with the specified OGC WMTS URL and encoding.Syntax
public OgcWmtsLayer (
System.String url,
OgcWmtsEncoding encoding
)
Parameters
url
Type: System.String
The URL identifying the OGC WMTS service.
The URL identifying the OGC WMTS service.
encoding
Type: OgcWmtsEncoding
The WMTS request encoding to use.
The WMTS request encoding to use.
Platforms
Windows, Linux, Android