Method ReadShape
ReadShape(String)
Reads the shape from a String using the old/deprecated LegacyShapeReadWriterFormat. Instead you should use standard WKT via ReadShapeFromWkt(String). This method falls back on WKT if it's not in the legacy format.
Declaration
[Obsolete]
public virtual IShape ReadShape(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | non-null |
Returns
Type | Description |
---|---|
IShape | non-null |