Show / Hide Table of Contents

    Class Transformer

    Inheritance
    System.Object
    Transformer
    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 Transformer

    Properties

    | Improve this Doc View Source

    FromCRS

    Declaration
    public string FromCRS { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ToCrs

    Declaration
    public string ToCrs { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Transformation

    Declaration
    public ITransformation Transformation { get; set; }
    Property Value
    Type Description
    ITransformation

    Methods

    | Improve this Doc View Source

    Transform(BoundingBox)

    Declaration
    public BoundingBox Transform(BoundingBox extent)
    Parameters
    Type Name Description
    BoundingBox extent
    Returns
    Type Description
    BoundingBox
    | Improve this Doc View Source

    Transform(IEnumerable<IFeature>)

    Declaration
    public IEnumerable<IFeature> Transform(IEnumerable<IFeature> features)
    Parameters
    Type Name Description
    System.Collections.Generic.IEnumerable<IFeature> features
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IFeature>
    | Improve this Doc View Source

    TransformBack(BoundingBox)

    Declaration
    public BoundingBox TransformBack(BoundingBox extent)
    Parameters
    Type Name Description
    BoundingBox extent
    Returns
    Type Description
    BoundingBox
    | Improve this Doc View Source

    TransformBack(IEnumerable<IFeature>)

    Declaration
    public IEnumerable<IFeature> TransformBack(IEnumerable<IFeature> features)
    Parameters
    Type Name Description
    System.Collections.Generic.IEnumerable<IFeature> features
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IFeature>
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX