Skip to content

WmtsURLTemplate

Namespace: ThinkGeo.Core

Describes a RESTful WMTS resource URL template.

public class WmtsURLTemplate

Inheritance objectWmtsURLTemplate

Properties

Format

Gets or sets the MIME type returned by the template.

public string Format { get; set; }

Property Value

string

ResourceType

Gets or sets the resource type (Tile, FeatureInfo, etc.).

public string ResourceType { get; set; }

Property Value

string

Template

Gets or sets the URL template containing placeholders such as {TileMatrix}.

public string Template { get; set; }

Property Value

string

Constructors

WmtsURLTemplate()

Initializes a new instance of the WmtsURLTemplate class.

public WmtsURLTemplate()