Show / Hide Table of Contents

    Class ProjectionHelper

    Inheritance
    System.Object
    ProjectionHelper
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Mapsui.Utilities
    Assembly: Mapsui.dll
    Syntax
    public static class ProjectionHelper

    Fields

    | Improve this Doc View Source

    EpsgPrefix

    Declaration
    public const string EpsgPrefix = "EPSG:"
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    EsriStringPrefix

    Declaration
    public const string EsriStringPrefix = "ESRISTRING:"
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    Proj4StringPrefix

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

    Methods

    | Improve this Doc View Source

    GetCrsType(String)

    Declaration
    public static CrsType GetCrsType(string crs)
    Parameters
    Type Name Description
    System.String crs
    Returns
    Type Description
    CrsType
    | Improve this Doc View Source

    GetTransformedBoundingBox(ITransformation, BoundingBox, String, String)

    Declaration
    public static BoundingBox GetTransformedBoundingBox(ITransformation transformatiom, BoundingBox extent, string fromCRS, string toCRS)
    Parameters
    Type Name Description
    ITransformation transformatiom
    BoundingBox extent
    System.String fromCRS
    System.String toCRS
    Returns
    Type Description
    BoundingBox
    | Improve this Doc View Source

    NeedsTransform(ITransformation, String, String)

    Declaration
    public static bool NeedsTransform(ITransformation transformation, string fromCRS, string toCRS)
    Parameters
    Type Name Description
    ITransformation transformation
    System.String fromCRS
    System.String toCRS
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    ToEpsgCode(String)

    Declaration
    public static int ToEpsgCode(string crs)
    Parameters
    Type Name Description
    System.String crs
    Returns
    Type Description
    System.Int32
    | Improve this Doc View Source

    ToStandardizedCRS(String)

    Declaration
    public static string ToStandardizedCRS(string crs)
    Parameters
    Type Name Description
    System.String crs
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Transform(BoundingBox, ITransformation, String, String)

    Declaration
    public static BoundingBox Transform(BoundingBox extent, ITransformation transformation, string fromCRS, string toCRS)
    Parameters
    Type Name Description
    BoundingBox extent
    ITransformation transformation
    System.String fromCRS
    System.String toCRS
    Returns
    Type Description
    BoundingBox
    | Improve this Doc View Source

    Transform(IEnumerable<IFeature>, ITransformation, String, String)

    Declaration
    public static IEnumerable<IFeature> Transform(IEnumerable<IFeature> features, ITransformation transformation, string fromCRS, string toCRS)
    Parameters
    Type Name Description
    System.Collections.Generic.IEnumerable<IFeature> features
    ITransformation transformation
    System.String fromCRS
    System.String toCRS
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IFeature>
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX