Property | Type | Description | |
---|---|---|---|
regex |
Method | Description | |
---|---|---|
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 |
return | string |
public static ConvertPointsToWkt ( this |
||
zone | this |
|
coordinateType | CoordinateType | |
return | string |
public static ConvertPointsToWkt ( this |
||
zone | this |
|
type | CoordinateType | |
return | string |
public static ConvertToPointCollection ( this polygon ) : IEnumerable |
||
polygon | this | |
return | IEnumerable |