Table of Contents

Struct WmsOnlineResource

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll

Structure for Online Resource.

[Obfuscation(Exclude = true, ApplyToMembers = false)]
public struct WmsOnlineResource
Inherited Members

Constructors

WmsOnlineResource(string, string)

public WmsOnlineResource(string onlineResource, string type)

Parameters

onlineResource string
type string

Properties

OnlineResource

Size of legend.

public string OnlineResource { get; set; }

Property Value

string

Type

Size of legend.

public string Type { get; set; }

Property Value

string

Methods

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int