Search Results for

    Show / Hide Table of Contents

    Class Mercator

    Inheritance
    object
    Mercator
    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 Mercator

    Methods

    | Edit this page View Source

    FromLonLat(double, double)

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

    ToLonLat(double, double)

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