WmtsDimension¶
Namespace: ThinkGeo.Core
Represents an optional WMTS dimension (e.g., time or elevation) supported by a layer.
public class WmtsDimension
Inheritance object → WmtsDimension
Properties¶
DefaultValue¶
Gets or sets the default dimension value advertised by the service.
public string DefaultValue { get; set; }
Property Value¶
Identifier¶
Gets or sets the unique identifier for the dimension (such as "time").
public string Identifier { get; set; }
Property Value¶
Values¶
Gets the list of supported values for the dimension.
public Collection<string> Values { get; }
Property Value¶
Constructors¶
WmtsDimension()¶
Initializes a new instance of the WmtsDimension class.
public WmtsDimension()