[]
        
(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)
Public Shared Function ToByteArray(shape As GeoGeometry, byteOrder As WkCoder.WkbByteOrder) As Byte()
Parameters
Type Name Description
GeoGeometry shape

The geometry shape.

WkCoder.WkbByteOrder byteOrder

The byte order.

Returns
Type Description
byte[]

Byte array with encoded data.