C# Class DataServer.SqlProcessing.Extensions

Afficher le fichier Open project: TNOCS/csTouch

Méthodes publiques

Свойство Type Description
regex System.Text.RegularExpressions.Regex

Méthodes publiques

Méthode Description
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

Method Details

ConvertPointsToEwkt() public static méthode

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
Résultat string

ConvertPointsToWkt() public static méthode

Convert a list of points to closed well known text polygon.
public static ConvertPointsToWkt ( this zone, CoordinateType coordinateType ) : string
zone this
coordinateType CoordinateType
Résultat string

ConvertPointsToWkt() public static méthode

Convert a list of points to closed well known text polygon.
public static ConvertPointsToWkt ( this zone, CoordinateType type ) : string
zone this
type CoordinateType
Résultat string

ConvertToPointCollection() public static méthode

public static ConvertToPointCollection ( this polygon ) : IEnumerable
polygon this
Résultat IEnumerable

ToPoint() public static méthode

public static ToPoint ( this pt ) : Point
pt this
Résultat Point

Property Details

regex public_oe static_oe property

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
Résultat System.Text.RegularExpressions.Regex