Skip to content

WmtsDimension

Namespace: ThinkGeo.Core

Represents an optional WMTS dimension (e.g., time or elevation) supported by a layer.

public class WmtsDimension

Inheritance objectWmtsDimension

Properties

DefaultValue

Gets or sets the default dimension value advertised by the service.

public string DefaultValue { get; set; }

Property Value

string

Identifier

Gets or sets the unique identifier for the dimension (such as "time").

public string Identifier { get; set; }

Property Value

string

Values

Gets the list of supported values for the dimension.

public Collection<string> Values { get; }

Property Value

Collection<string>

Constructors

WmtsDimension()

Initializes a new instance of the WmtsDimension class.

public WmtsDimension()