Show / Hide Table of Contents

    Interface ITransformation

    Namespace: Mapsui.Projection
    Assembly: Mapsui.dll
    Syntax
    public interface ITransformation

    Methods

    | Improve this Doc View Source

    IsProjectionSupported(String, String)

    Declaration
    bool? IsProjectionSupported(string fromCRS, string toCRS)
    Parameters
    Type Name Description
    System.String fromCRS
    System.String toCRS
    Returns
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    Transform(String, String, BoundingBox)

    Declaration
    BoundingBox Transform(string fromCRS, string toCRS, BoundingBox boundingBox)
    Parameters
    Type Name Description
    System.String fromCRS
    System.String toCRS
    BoundingBox boundingBox
    Returns
    Type Description
    BoundingBox
    | Improve this Doc View Source

    Transform(String, String, IGeometry)

    Declaration
    IGeometry Transform(string fromCRS, string toCRS, IGeometry geometry)
    Parameters
    Type Name Description
    System.String fromCRS
    System.String toCRS
    IGeometry geometry
    Returns
    Type Description
    IGeometry
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX