C# Class PreStorm.Multipoint

Represents the multipoint geometry.
Inheritance: Geometry
Afficher le fichier Open project: jshirota/PreStorm Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

FromWkt() public static méthode

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