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.ExtensionsAssembly: 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>)>)>>)>)>>)>)>>)>)>