WktUtils.ToWkt method
Version 1.0.0-beta002
.NET Framework 4.7
Namespace | Skybrud.Essentials.Maps.Wkt |
---|---|
Assembly | Skybrud.Essentials.Maps.dll |
ToWkt(IPoint)
Static
Converts the specified point
to a correspoinding Well Known Text point.
public static WktPoint ToWkt(IPoint point)
Parameters
point
IPoint
The point to be converted.
ToWkt(IPolygon)
Static
public static WktPolygon ToWkt(IPolygon polygon)
Parameters
polygon
IPolygon