Search Results for

    Show / Hide Table of Contents

    Class CrsAxisOrderRegistry

    A class that provides axis orders for EPSG coordinate reference systems with an identifier less that 32787

    Inheritance
    object
    CrsAxisOrderRegistry
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Projections
    Assembly: Mapsui.dll
    Syntax
    public class CrsAxisOrderRegistry

    Properties

    | Edit this page View Source

    this[CrsIdentifier]

    Gets the axis order for all EPSG defined coordinate reference systems with an srid less than 32768

    Declaration
    public int[] this[CrsIdentifier identifier] { get; }
    Parameters
    Type Name Description
    CrsIdentifier identifier

    The identifier

    Property Value
    Type Description
    int[]

    The axis order

    | Edit this page View Source

    this[string]

    Gets the axis order for all EPSG defined coordinate reference systems with an srid less than 32768

    Declaration
    public int[] this[string crs] { get; }
    Parameters
    Type Name Description
    string crs
    Property Value
    Type Description
    int[]

    The axis order

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