C# Class PreStorm.Polyline

Represents the polyline geometry.
Inheritance: Geometry
Afficher le fichier Open project: jshirota/PreStorm Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
FromJson ( string json ) : Polyline

Creates a new polyline from JSON.

FromWkt ( string wkt ) : Polyline

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

Method Details

FromJson() public static méthode

Creates a new polyline from JSON.
public static FromJson ( string json ) : Polyline
json string
Résultat Polyline

FromWkt() public static méthode

Creates a new polyline from well-known text (WKT).
public static FromWkt ( string wkt ) : Polyline
wkt string
Résultat Polyline