Skip to content

WmsTileOverlay

Namespace: ThinkGeo.UI.Blazor

public class WmsTileOverlay : TileOverlay, Microsoft.AspNetCore.Components.IComponent, Microsoft.AspNetCore.Components.IHandleEvent, Microsoft.AspNetCore.Components.IHandleAfterRender

Inheritance Object → ComponentBase → OverlayTileOverlayWmsTileOverlay
Implements IComponent, IHandleEvent, IHandleAfterRender

Properties

Parameters

Gets or sets the parameters of WMS Server.

public Dictionary<string, string> Parameters { get; set; }

Property Value

Dictionary<String, String>

ServerUris

Gets or sets the hosts of WMS.

public Collection<Uri> ServerUris { get; set; }

Property Value

Collection<Uri>

IsVisible

public bool IsVisible { get; set; }

Property Value

Boolean

MaxExtent

Gets or sets the maximum geographic extent that the overlay can display.

public RectangleShape MaxExtent { get; set; }

Property Value

RectangleShape

TileHeight

Gets or sets the tile height, in pixels, used when requesting imagery from the client.

public int TileHeight { get; set; }

Property Value

Int32

TileWidth

Gets or sets the tile width, in pixels, used when requesting imagery from the client.

public int TileWidth { get; set; }

Property Value

Int32

WrappingMode

Gets or sets the mode that determines how tiles wrap across the world boundary.

public WrappingMode WrappingMode { get; set; }

Property Value

WrappingMode

Id

Gets or sets the unique identifier used to register this overlay with the map. Defaults to a new GUID.

public string Id { get; set; }

Property Value

String

Constructors

WmsTileOverlay()

public WmsTileOverlay()

Methods

BuildRenderTree(RenderTreeBuilder)

protected void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder

InitAsync()

protected internal Task InitAsync()

Returns

Task

ReleaseAsync()

protected internal Task ReleaseAsync()

Returns

Task

OnAfterRenderAsync(Boolean)

protected Task OnAfterRenderAsync(bool firstRender)

Parameters

firstRender Boolean

Returns

Task