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