Aerospike LINDPad Driver

GeoJSONPolygon Constructor (IEnumerable<(Of <(<'LineString>)>)>)

Initializes a new instance of the Polygon class.

Namespace:  Aerospike.Database.LINQPadDriver.Extensions
Assembly:  Aerospike.Database.LINQPadDriver (in Aerospike.Database.LINQPadDriver.dll)

Syntax


public GeoJSONPolygon(
	IEnumerable<LineString> coordinates
)

Parameters

coordinates
Type: IEnumerable<(Of <(<'LineString>)>)>
The linear rings with the first element in the array representing the exterior ring. Any subsequent elements represent interior rings (or holes).