'Declaration Public Shared Function ToByteArray( _ ByVal shape As GeoShape, _ ByVal byteOrder As WkCoder.WkbByteOrder _ ) As Byte()
public static byte[] ToByteArray( GeoShape shape, WkCoder.WkbByteOrder byteOrder )
Parameters
- shape
- The shape data.
- byteOrder
- The byte order.
Return Value
Byte array with encoded data.