C# Class DataServer.SqlProcessing.Extensions

ファイルを表示 Open project: TNOCS/csTouch

Public Properties

Property Type Description
regex System.Text.RegularExpressions.Regex

Public Methods

Method 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 method

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
return string

ConvertPointsToWkt() public static method

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

ConvertPointsToWkt() public static method

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

ConvertToPointCollection() public static method

public static ConvertToPointCollection ( this polygon ) : IEnumerable
polygon this
return IEnumerable

ToPoint() public static method

public static ToPoint ( this pt ) : Point
pt this
return 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
return System.Text.RegularExpressions.Regex