Search Results for

    Show / Hide Table of Contents

    Class DotSpatialProjection

    Inheritance
    object
    DotSpatialProjection
    Implements
    IProjection
    IProjectionCrs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Extensions.Projections
    Assembly: Mapsui.Extensions.dll
    Syntax
    public class DotSpatialProjection : IProjection, IProjectionCrs

    Methods

    | Edit this page View Source

    CrsFromEsri(string)

    Get Crs from Esri String

    Declaration
    public string? CrsFromEsri(string esriString)
    Parameters
    Type Name Description
    string esriString
    Returns
    Type Description
    string
    | Edit this page View Source

    GetIdFromCrs(string?)

    Declaration
    public static int? GetIdFromCrs(string? crs)
    Parameters
    Type Name Description
    string crs
    Returns
    Type Description
    int?
    | Edit this page View Source

    GetTransformation(int?, int?)

    Declaration
    public static (ProjectionInfo From, ProjectionInfo To)? GetTransformation(int? fromId, int? toId)
    Parameters
    Type Name Description
    int? fromId
    int? toId
    Returns
    Type Description
    (ProjectionInfo From, ProjectionInfo To)?
    | Edit this page View Source

    Init()

    Declaration
    public static void Init()
    | 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)
    | Edit this page View Source

    Register(string, string)

    Declaration
    public void Register(string crs, string esriString)
    Parameters
    Type Name Description
    string crs
    string esriString

    Implements

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