• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Try Free
Show / Hide Table of Contents

Method ReadShapeFromWkt

ReadShapeFromWkt(String)

Reads a shape from the string formatted in WKT. See WktShapeParser.

Declaration
public virtual IShape ReadShapeFromWkt(string wkt)
Parameters
Type Name Description
System.String wkt

non-null WKT.

Returns
Type Description
IShape

non-null

Exceptions
Type Condition
ParseException

if it failed to parse.

Back to top Copyright © 2017 Alachisoft