WmtsURLTemplate¶
Namespace: ThinkGeo.Core
Describes a RESTful WMTS resource URL template.
public class WmtsURLTemplate
Inheritance object → WmtsURLTemplate
Properties¶
Format¶
Gets or sets the MIME type returned by the template.
public string Format { get; set; }
Property Value¶
ResourceType¶
Gets or sets the resource type (Tile, FeatureInfo, etc.).
public string ResourceType { get; set; }
Property Value¶
Template¶
Gets or sets the URL template containing placeholders such as {TileMatrix}.
public string Template { get; set; }
Property Value¶
Constructors¶
WmtsURLTemplate()¶
Initializes a new instance of the WmtsURLTemplate class.
public WmtsURLTemplate()