Свойство | Тип | Описание | |
---|---|---|---|
regex |
Метод | Описание | |
---|---|---|
ConvertPointsToEwkt ( this |
Convert a list of lat/lon points to closed well known text polygon in WGS84.
|
|
ConvertPointsToWkt ( this |
Convert a list of points to closed well known text polygon.
|
|
ConvertPointsToWkt ( this |
Convert a list of points to closed well known text polygon.
|
|
ConvertToPointCollection ( this polygon ) : IEnumerable |
||
ToPoint ( this pt ) : Point |
public static ConvertPointsToEwkt ( this |
||
zone | this |
Points in lat/lon |
Результат | string |
public static ConvertPointsToWkt ( this |
||
zone | this |
|
coordinateType | CoordinateType | |
Результат | string |
public static ConvertPointsToWkt ( this |
||
zone | this |
|
type | CoordinateType | |
Результат | string |
public static ConvertToPointCollection ( this polygon ) : IEnumerable |
||
polygon | this | |
Результат | IEnumerable |
public static ToPoint ( this pt ) : Point | ||
pt | this | |
Результат | Point |