프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
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 Point ( double x, double y, double z = null ) : Newtonsoft.Json | ||
x | double | |
y | double | |
z | double | |
리턴 | Newtonsoft.Json |