C# Class PreStorm.Envelope

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

Public Methods

Method Description
FromJson ( string json ) : Envelope

Creates a new envelope from JSON.

Method Details

FromJson() public static method

Creates a new envelope from JSON.
public static FromJson ( string json ) : Envelope
json string
return Envelope