WktLineString Class

Version 1.0.0-beta002
.NET Framework 4.7
Namespace Skybrud.Essentials.Maps.Wkt
Assembly Skybrud.Essentials.Maps.dll
Visibility Public
Inheritance
public class WktLineString : WktShape { }

Properties

Type Name Summary
Array of WktPoint Points

Gets the array of points that make up the line string.

Methods

Parse(string) (static)
ToString() (virtual)

Returns the Well Known Text string representation of the line string.

Returns the Well Known Text string representation of the line string.

Inherited from WktShape