C# Class PreStorm.Wkt

Provides extension methods for converting geometries to well-known text (WKT).
Afficher le fichier Open project: jshirota/PreStorm

Méthodes publiques

Méthode Description
ToGeometry ( string wkt ) : Geometry

Creates a new geometry from well-known text (WKT).

ToWkt ( this geometry ) : string

Converts the geometry to well-known text (WKT).

Private Methods

Méthode Description
LoadWkt ( this point, string wkt ) : void
ToJson ( this wkt, string type ) : string

Method Details

ToGeometry() public static méthode

Creates a new geometry from well-known text (WKT).
public static ToGeometry ( string wkt ) : Geometry
wkt string
Résultat Geometry

ToWkt() public static méthode

Converts the geometry to well-known text (WKT).
public static ToWkt ( this geometry ) : string
geometry this
Résultat string