[]
Converts the provided geometry shape to WKB byte array.
public static byte[] ToByteArray(GeoGeometry shape, WkCoder.WkbByteOrder byteOrder)
| Type | Name | Description |
|---|---|---|
| GeoGeometry | shape | The geometry shape. |
| WkCoder.WkbByteOrder | byteOrder | The byte order. |
| Type | Description |
|---|---|
| byte[] | Byte array with encoded data. |