GeoJSONPolygon Constructor (IEnumerable<(Of <(<'IEnumerable<(Of <(<'IEnumerable<(Of <(<'Double>)>)>>)>)>>)>)>)
Initializes a new Polygon from a 3-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 GeoJSONPolygon( IEnumerable<IEnumerable<IEnumerable<double>>> coordinates )
Parameters
- coordinates
- Type: IEnumerable<(Of <(<'IEnumerable<(Of <(<'IEnumerable<(Of <(<'Double>)>)>>)>)>>)>)>