Show / Hide Table of Contents

    Enum WkbByteOrder

    Specifies the specific binary encoding (NDR or XDR) used for a geometry byte stream

    Namespace: Mapsui.Geometries.WellKnownBinary
    Assembly: Mapsui.Geometries.dll
    Syntax
    public enum WkbByteOrder : byte

    Fields

    Name Description
    Ndr

    NDR (Little Endian) Encoding of Numeric Types

    Xdr

    XDR (Big Endian) Encoding of Numeric Types

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