C# Class PreStorm.Polygon

Represents the polygon 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 ) : Polygon

Creates a new polygon from JSON.

FromWkt ( string wkt ) : Polygon

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

Method Details

FromJson() public static méthode

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

FromWkt() public static méthode

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