C# Class FdoToolbox.Core.Utility.WKTParser

Helper class to parse WKT strings
Afficher le fichier Open project: jumpinjackie/fdotoolbox Class Usage Examples

Méthodes publiques

Méthode Description
WKTParser ( string wktText ) : System

Initializes a new instance of the WKTParser class.

Method Details

WKTParser() public méthode

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