C# Класс PreStorm.Point

Represents the point geometry.
Наследование: Geometry
Показать файл Открыть проект Примеры использования класса

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