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