[]
Converts the provided string to geometry shape.
public static GeoGeometry FromString(string shapeString)
Type | Name | Description |
---|---|---|
string | shapeString | The string representation of the geometry shape. |
Type | Description |
---|---|
GeoGeometry | Parsed geometry shape. |