This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.portablecore.wkbbyteorder [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.portablecore.wkbbyteorder [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== ThinkGeo.MapSuite.PortableCore.WkbByteOrder ====== | + | ====== ThinkGeo.MapSuite.Core.WkbByteOrder ====== |
+ | {{section>upgrade_map_suite_to_10.0}} | ||
+ | * //This enumeration represents the byte order that well-known binary will be written in.// | ||
+ | == Remarks == | ||
+ | * //None// | ||
+ | == Items == | ||
+ | **LittleEndian** | ||
+ | * **Summary**:The least significant byte value is at the lowest address. | ||
- | <!-- Enumeration --> | + | **BigEndian** |
- | This enumeration represents the byte order that well-known binary will be written in. | + | * **Summary**:The most significant byte value is at the lowest address. |
- | ===== Items ===== | + | |
- | ^ Name ^ Summary ^ | + | |
- | | LittleEndian | The least significant byte value is at the lowest address. | | + | |
- | | BigEndian | The most significant byte value is at the lowest address. | | + | |
- | __NOTOC__ | ||
- | [[Category:MapSuitePortableCore]] | ||
- | [[Category:ThinkGeo.MapSuite.PortableCore]] | ||