C# Class FdoToolbox.Core.Utility.WKTParser

Helper class to parse WKT strings
Show file Open project: jumpinjackie/fdotoolbox Class Usage Examples

Public Methods

Method Description
WKTParser ( string wktText ) : System

Initializes a new instance of the WKTParser class.

Method Details

WKTParser() public method

Initializes a new instance of the WKTParser class.
public WKTParser ( string wktText ) : System
wktText string The WKT text.
return System