Search Results for

    Show / Hide Table of Contents

    Class Projection

    A very minimal implementation that is only capable of projecting between SphericalMercator and WGS84.

    Inheritance
    object
    Projection
    Implements
    IProjection
    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 Projection : IProjection

    Constructors

    | Edit this page View Source

    Projection()

    Declaration
    public Projection()

    Methods

    | Edit this page View Source

    IsProjectionSupported(string?, string?)

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

    Project(string, string, IFeature)

    Declaration
    public void Project(string fromCRS, string toCRS, IFeature feature)
    Parameters
    Type Name Description
    string fromCRS
    string toCRS
    IFeature feature
    | Edit this page View Source

    Project(string, string, MPoint)

    Declaration
    public void Project(string fromCRS, string toCRS, MPoint point)
    Parameters
    Type Name Description
    string fromCRS
    string toCRS
    MPoint point
    | Edit this page View Source

    Project(string, string, MRect)

    Declaration
    public void Project(string fromCRS, string toCRS, MRect rect)
    Parameters
    Type Name Description
    string fromCRS
    string toCRS
    MRect rect
    | Edit this page View Source

    Project(string, string, IEnumerable<IFeature>)

    Declaration
    public void Project(string fromCRS, string toCRS, IEnumerable<IFeature> features)
    Parameters
    Type Name Description
    string fromCRS
    string toCRS
    IEnumerable<IFeature> features
    | Edit this page View Source

    Project(string, string, double, double)

    Declaration
    public (double X, double Y) Project(string fromCRS, string toCRS, double x, double y)
    Parameters
    Type Name Description
    string fromCRS
    string toCRS
    double x
    double y
    Returns
    Type Description
    (double x, double y)

    Implements

    IProjection
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX