C# Class Earthworm.Serialization.JsonPolygon

The JSON-serializable polygon type.
Inheritance: JsonGeometry, IJsonGeometry
Afficher le fichier Open project: jshirota/Earthworm Class Usage Examples

Méthodes publiques

Méthode Description
FromJson ( string json ) : JsonPolygon

Deserializes a JSON string into an instance of this geometry type.

Method Details

FromJson() public static méthode

Deserializes a JSON string into an instance of this geometry type.
public static FromJson ( string json ) : JsonPolygon
json string
Résultat JsonPolygon