[]
Converts the provided WKB binary data to geometry shape.
public static GeoGeometry FromByteArray(byte[] wkb)
Public Shared Function FromByteArray(wkb As Byte()) As GeoGeometry
| Type | Name | Description |
|---|---|---|
| byte[] | wkb | The WKB binary data. |
| Type | Description |
|---|---|
| GeoGeometry | Parsed geometry shape. |