Table of Contents

Enum WkbByteOrder

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll

This enumeration represents the byte order that well-known binary will be written in.

public enum WkbByteOrder

Fields

BigEndian = 1

The most significant byte value is at the lowest address.

LittleEndian = 0

The least significant byte value is at the lowest address.

Remarks

None