C# 클래스 PreStorm.Point

Represents the point geometry.
상속: Geometry
파일 보기 프로젝트 열기: jshirota/PreStorm 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
FromJson ( string json ) : Point

Creates a new point from JSON.

FromWkt ( string wkt ) : Point

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.

메소드 상세

FromJson() 공개 정적인 메소드

Creates a new point from JSON.
public static FromJson ( string json ) : Point
json string
리턴 Point

FromWkt() 공개 정적인 메소드

Creates a new point from well-known text (WKT).
public static FromWkt ( string wkt ) : Point
wkt string
리턴 Point

Point() 공개 메소드

Initializes a new instance of the Point class.
public Point ( ) : Newtonsoft.Json
리턴 Newtonsoft.Json

Point() 공개 메소드

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