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