Show / Hide Table of Contents

    Class MinimalTransformation

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

    Inheritance
    System.Object
    MinimalTransformation
    Implements
    ITransformation
    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 MinimalTransformation : ITransformation

    Constructors

    | Improve this Doc View Source

    MinimalTransformation()

    Declaration
    public MinimalTransformation()

    Methods

    | Improve this Doc View Source

    IsProjectionSupported(String, String)

    Declaration
    public 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
    public 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
    public IGeometry Transform(string fromCRS, string toCRS, IGeometry geometry)
    Parameters
    Type Name Description
    System.String fromCRS
    System.String toCRS
    IGeometry geometry
    Returns
    Type Description
    IGeometry

    Implements

    ITransformation
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX