[]
Converts the provided WKB base64 string encoded data to geometry shape.
public static GeoGeometry FromBase64String(string wkb)
| Type | Name | Description |
|---|---|---|
| string | wkb | The WKB base64 encoded data. |
| Type | Description |
|---|---|
| GeoGeometry | Parsed geometry shape. |