Search Results for

    Show / Hide Table of Contents

    Class SphericalMercator

    Inheritance
    object
    SphericalMercator
    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 class SphericalMercator

    Methods

    | Edit this page View Source

    FromLonLat(MPoint)

    Declaration
    public static MPoint FromLonLat(MPoint point)
    Parameters
    Type Name Description
    MPoint point
    Returns
    Type Description
    MPoint
    | Edit this page View Source

    FromLonLat(double, double)

    Declaration
    public static (double x, double y) FromLonLat(double lon, double lat)
    Parameters
    Type Name Description
    double lon
    double lat
    Returns
    Type Description
    (double x, double y)
    | Edit this page View Source

    ToLonLat(MPoint)

    Declaration
    public static MPoint ToLonLat(MPoint point)
    Parameters
    Type Name Description
    MPoint point
    Returns
    Type Description
    MPoint
    | Edit this page View Source

    ToLonLat(double, double)

    Declaration
    public static (double lon, double lat) ToLonLat(double x, double y)
    Parameters
    Type Name Description
    double x
    double y
    Returns
    Type Description
    (double x, double y)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX