Class CrsHelper
Assembly: Mapsui.dll
Syntax
public static class CrsHelper
Fields
|
Edit this page
View Source
EpsgPrefix
Declaration
public const string EpsgPrefix = "EPSG:"
Field Value
|
Edit this page
View Source
EsriStringPrefix
Declaration
public const string EsriStringPrefix = "ESRISTRING:"
Field Value
|
Edit this page
View Source
Proj4StringPrefix
Declaration
public const string Proj4StringPrefix = "PROJ4STRING:"
Field Value
Methods
|
Edit this page
View Source
GetCrsType(string)
Declaration
public static CrsType GetCrsType(string crs)
Parameters
Type |
Name |
Description |
string |
crs |
|
Returns
|
Edit this page
View Source
IsCrsProvided(string?, string?)
Declaration
public static bool IsCrsProvided(string? fromCRS, string? toCRS)
Parameters
Returns
|
Edit this page
View Source
IsProjectionNeeded(string?, string?)
Declaration
public static bool IsProjectionNeeded(string? fromCRS, string? toCRS)
Parameters
Returns
|
Edit this page
View Source
ToEpsgCode(string)
Declaration
public static int ToEpsgCode(string crs)
Parameters
Type |
Name |
Description |
string |
crs |
|
Returns
|
Edit this page
View Source
ToStandardizedCRS(string?)
Declaration
public static string? ToStandardizedCRS(string? crs)
Parameters
Type |
Name |
Description |
string |
crs |
|
Returns