Aerospike LINDPad Driver

GeoJSONMultiPolygon Constructor (IEnumerable<(Of <(<'IEnumerable<(Of <(<'IEnumerable<(Of <(<'IEnumerable<(Of <(<'Double>)>)>>)>)>>)>)>>)>)>)

Initializes a new MultiPolygon from a 4-d array of Doubles that matches the "coordinates" field in the JSON representation.

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

Syntax


public GeoJSONMultiPolygon(
	IEnumerable<IEnumerable<IEnumerable<IEnumerable<double>>>> coordinates
)

Parameters

coordinates
Type: IEnumerable<(Of <(<'IEnumerable<(Of <(<'IEnumerable<(Of <(<'IEnumerable<(Of <(<'Double>)>)>>)>)>>)>)>>)>)>