Skip to content

WmtsServerLayer

Namespace: ThinkGeo.Core

public class WmtsServerLayer

Inheritance ObjectWmtsServerLayer

Properties

Name

public string Name { get; set; }

Property Value

String

WGS84BoundingBox

public RectangleShape WGS84BoundingBox { get; set; }

Property Value

RectangleShape

Style

public string Style { get; set; }

Property Value

String

Formats

public Collection<string> Formats { get; set; }

Property Value

Collection<String>

RowColumnRange

public Collection<WmtsRowColumnRange> RowColumnRange { get; set; }

Property Value

Collection<WmtsRowColumnRange>

InfoFormats

public String[] InfoFormats { get; set; }

Property Value

String[]

TileMatrixLinkNames

public String[] TileMatrixLinkNames { get; set; }

Property Value

String[]

Dimension

public WmtsDimension[] Dimension { get; set; }

Property Value

WmtsDimension[]

ResourceURL

public WmtsURLTemplate[] ResourceURL { get; set; }

Property Value

WmtsURLTemplate[]

Constructors

WmtsServerLayer()

public WmtsServerLayer()