Property | Type | Description |
---|
Method | Description | |
---|---|---|
FromJson ( string json ) : |
Creates a new point from JSON.
|
|
FromWkt ( string wkt ) : |
Creates a new point from well-known text (WKT).
|
|
Point ( ) : Newtonsoft.Json |
Initializes a new instance of the Point class.
|
|
Point ( double x, double y, double z = null ) : Newtonsoft.Json |
Initializes a new instance of the Point class.
|
public static FromJson ( string json ) : |
||
json | string | |
return |
public Point ( double x, double y, double z = null ) : Newtonsoft.Json | ||
x | double | |
y | double | |
z | double | |
return | Newtonsoft.Json |