Show / Hide Table of Contents

    Class NauticalUnitConverter

    Inheritance
    System.Object
    NauticalUnitConverter
    Implements
    IUnitConverter
    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.Widgets.ScaleBar
    Assembly: Mapsui.dll
    Syntax
    public class NauticalUnitConverter : IUnitConverter

    Fields

    | Improve this Doc View Source

    Instance

    Declaration
    public static readonly NauticalUnitConverter Instance
    Field Value
    Type Description
    NauticalUnitConverter

    Properties

    | Improve this Doc View Source

    MeterRatio

    Declaration
    public double MeterRatio { get; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    ScaleBarValues

    Declaration
    public IEnumerable<int> ScaleBarValues { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<System.Int32>

    Methods

    | Improve this Doc View Source

    GetScaleText(Int32)

    Declaration
    public string GetScaleText(int mapScaleValue)
    Parameters
    Type Name Description
    System.Int32 mapScaleValue
    Returns
    Type Description
    System.String

    Implements

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