[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Components.Map.Data.WellKnown.WkCoder.ToByteArray

ToByteArray Method

ToByteArray(GeoShape, WkbByteOrder)

Converts the provided WKB shape data to byte array.

Declaration
public static byte[] ToByteArray(GeoShape shape, WkCoder.WkbByteOrder byteOrder)
Parameters
Type Name Description
GeoShape shape

The shape data.

WkCoder.WkbByteOrder byteOrder

The byte order.

Returns
Type Description
byte[]

Byte array with encoded data.