Search Results for

    Show / Hide Table of Contents

    Interface IProjection

    Namespace: Mapsui.Projections
    Assembly: Mapsui.dll
    Syntax
    public interface IProjection

    Methods

    | Edit this page View Source

    IsProjectionSupported(string?, string?)

    Declaration
    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
    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
    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
    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
    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
    (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)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX