Search Results for

    Show / Hide Table of Contents

    Class CrsHelper

    Inheritance
    object
    CrsHelper
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Projections
    Assembly: Mapsui.dll
    Syntax
    public static class CrsHelper

    Fields

    | Edit this page View Source

    EpsgPrefix

    Declaration
    public const string EpsgPrefix = "EPSG:"
    Field Value
    Type Description
    string
    | Edit this page View Source

    EsriStringPrefix

    Declaration
    public const string EsriStringPrefix = "ESRISTRING:"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Proj4StringPrefix

    Declaration
    public const string Proj4StringPrefix = "PROJ4STRING:"
    Field Value
    Type Description
    string

    Methods

    | Edit this page View Source

    GetCrsType(string)

    Declaration
    public static CrsType GetCrsType(string crs)
    Parameters
    Type Name Description
    string crs
    Returns
    Type Description
    CrsType
    | Edit this page View Source

    IsCrsProvided(string?, string?)

    Declaration
    public static bool IsCrsProvided(string? fromCRS, string? toCRS)
    Parameters
    Type Name Description
    string fromCRS
    string toCRS
    Returns
    Type Description
    bool
    | Edit this page View Source

    IsProjectionNeeded(string?, string?)

    Declaration
    public static bool IsProjectionNeeded(string? fromCRS, string? toCRS)
    Parameters
    Type Name Description
    string fromCRS
    string toCRS
    Returns
    Type Description
    bool
    | Edit this page View Source

    ToEpsgCode(string)

    Declaration
    public static int ToEpsgCode(string crs)
    Parameters
    Type Name Description
    string crs
    Returns
    Type Description
    int
    | Edit this page View Source

    ToStandardizedCRS(string?)

    Declaration
    public static string? ToStandardizedCRS(string? crs)
    Parameters
    Type Name Description
    string crs
    Returns
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX