[]
        
(Showing Draft Content)

C1.FlexMap.WkCoder.ToByteArray

ToByteArray Method

ToByteArray(GeoGeometry, WkbByteOrder)

Converts the provided geometry shape to WKB byte array.

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

The geometry shape.

WkCoder.WkbByteOrder byteOrder

The byte order.

Returns
Type Description
byte[]

Byte array with encoded data.