C# Class PreStorm.Polyline

Represents the polyline geometry.
Inheritance: Geometry
Datei anzeigen Open project: jshirota/PreStorm Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

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

FromWkt() public static method

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