C# Класс DataServer.SqlProcessing.Extensions

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
regex System.Text.RegularExpressions.Regex

Открытые методы

Метод Описание
ConvertPointsToEwkt ( this zone ) : string

Convert a list of lat/lon points to closed well known text polygon in WGS84.

ConvertPointsToWkt ( this zone, CoordinateType coordinateType ) : string

Convert a list of points to closed well known text polygon.

ConvertPointsToWkt ( this zone, CoordinateType type ) : string

Convert a list of points to closed well known text polygon.

ConvertToPointCollection ( this polygon ) : IEnumerable
ToPoint ( this pt ) : Point

Описание методов

ConvertPointsToEwkt() публичный статический Метод

Convert a list of lat/lon points to closed well known text polygon in WGS84.
public static ConvertPointsToEwkt ( this zone ) : string
zone this Points in lat/lon
Результат string

ConvertPointsToWkt() публичный статический Метод

Convert a list of points to closed well known text polygon.
public static ConvertPointsToWkt ( this zone, CoordinateType coordinateType ) : string
zone this
coordinateType CoordinateType
Результат string

ConvertPointsToWkt() публичный статический Метод

Convert a list of points to closed well known text polygon.
public static ConvertPointsToWkt ( this zone, CoordinateType type ) : string
zone this
type CoordinateType
Результат string

ConvertToPointCollection() публичный статический Метод

public static ConvertToPointCollection ( this polygon ) : IEnumerable
polygon this
Результат IEnumerable

ToPoint() публичный статический Метод

public static ToPoint ( this pt ) : Point
pt this
Результат Point

Описание свойств

regex публичное статическое свойство

Regular expression built for C# on: Thu, Dec 19, 2013, 11:29:52 PM Using Expresso Version: 3.0.4750, http://www.ultrapico.com A description of the regular expression: [1]: A numbered capture group. [\d*.\d*] \d*.\d* Any digit, any number of repetitions Any character Any digit, any number of repetitions Space [2]: A numbered capture group. [\d*.\d*] \d*.\d* Any digit, any number of repetitions Any character Any digit, any number of repetitions
public static Regex,System.Text.RegularExpressions regex
Результат System.Text.RegularExpressions.Regex