C# Class PreStorm.Multipoint

Represents the multipoint geometry.
Inheritance: Geometry
Show file Open project: jshirota/PreStorm Class Usage Examples

Public Methods

Method Description
FromJson ( string json ) : Multipoint

Creates a new multipoint from JSON.

FromWkt ( string wkt ) : Multipoint

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

Method Details

FromJson() public static method

Creates a new multipoint from JSON.
public static FromJson ( string json ) : Multipoint
json string
return Multipoint

FromWkt() public static method

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