WmsOnlineResource¶
Namespace: ThinkGeo.Core
Structure for Online Resource.
public struct WmsOnlineResource
Inheritance object → ValueType → WmsOnlineResource
Properties¶
Type¶
Gets or sets the online resource type string.
public string Type { get; set; }
Property Value¶
OnlineResource¶
Gets or sets the URI of the online resource.
public string OnlineResource { get; set; }
Property Value¶
Constructors¶
WmsOnlineResource(string, string)¶
Initializes a new instance with the provided URI and type string.
WmsOnlineResource(string onlineResource, string type)
Parameters¶
onlineResource string
URI that points to the resource.
type string
Type attribute reported by the capabilities document.
Methods¶
Equals(object)¶
Determines whether the specified object is equal to the current instance.
bool Equals(object obj)
Parameters¶
obj object
The obj.
Returns¶
bool
True if the condition is met; otherwise, false.
GetHashCode()¶
Returns the hash code for the current instance.
int GetHashCode()
Returns¶
int
The result of the operation.