WktPolygon Class

Version 1.0.0-beta002
.NET Framework 4.7
Namespace Skybrud.Essentials.Maps.Wkt
Assembly Skybrud.Essentials.Maps.dll
Visibility Public
Inheritance

Class representing a Well Known Text polygon.

public class WktPolygon : WktShape { }

Properties

Type Name Summary
Array of WktPoint Outer

Gets a array with the outer coordinates.

Array of Array of WktPoint Inner

Gets a array with the inner coordinates.

Array of Array of WktPoint Coordinates

Gets a array with the coordinates of the polygon.

Methods

Parse(string) (static)

Gets a new isnstance from the specified Well Known Text str.

ToString() (virtual)

Returns a string that represents the polygon.

Inherited from WktShape