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