[]
        
(Showing Draft Content)

C1.FlexMap.WkCoder.WkbByteOrder

WkCoder.WkbByteOrder Enum

Indicates the byte order of the WKB byte array data.

Namespace: C1.FlexMap
Assembly: C1.Win.Map.8.dll
Syntax
public enum WkCoder.WkbByteOrder

Fields

Name Description
BigEndian

Most significant byte is on the left end of a word.

LittleEndian

Most significant byte is on the right end of a word.