Show / Hide Table of Contents

    Class Mercator

    Inheritance
    System.Object
    Mercator
    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.Projection
    Assembly: Mapsui.dll
    Syntax
    public class Mercator

    Methods

    | Improve this Doc View Source

    FromLonLat(Double, Double)

    Declaration
    public static Point FromLonLat(double lon, double lat)
    Parameters
    Type Name Description
    System.Double lon
    System.Double lat
    Returns
    Type Description
    Point
    | Improve this Doc View Source

    ToLonLat(Double, Double)

    Declaration
    public static Point ToLonLat(double x, double y)
    Parameters
    Type Name Description
    System.Double x
    System.Double y
    Returns
    Type Description
    Point
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX