Struct CrsIdentifier
An identifier for the crs
Assembly: Mapsui.dll
Syntax
public readonly struct CrsIdentifier : IEquatable<CrsIdentifier>
Properties
|
Edit this page
View Source
Authority
Declaration
public string Authority { get; }
Property Value
|
Edit this page
View Source
Identifier
Declaration
public string Identifier { get; }
Property Value
|
Edit this page
View Source
Version
Declaration
public string Version { get; }
Property Value
Methods
|
Edit this page
View Source
Equals(CrsIdentifier)
Declaration
public bool Equals(CrsIdentifier other)
Parameters
Returns
|
Edit this page
View Source
Equals(object?)
Declaration
public override bool Equals(object? obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
|
Edit this page
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
|
Edit this page
View Source
TryParse(string, out CrsIdentifier)
Declaration
public static bool TryParse(string urnOgcDefCRS, out CrsIdentifier crs)
Parameters
Returns
Operators
|
Edit this page
View Source
operator ==(CrsIdentifier, CrsIdentifier)
Declaration
public static bool operator ==(CrsIdentifier left, CrsIdentifier right)
Parameters
Returns
|
Edit this page
View Source
operator !=(CrsIdentifier, CrsIdentifier)
Declaration
public static bool operator !=(CrsIdentifier left, CrsIdentifier right)
Parameters
Returns
Implements