MultiPolygon Constructor

Definition

Initializes a new instance of MultiPolygon.

public MultiPolygon(System.Collections.Generic.IEnumerable<System.Collections.Generic.IList<System.Collections.Generic.IList<System.Collections.Generic.IList<float>>>> coordinates);
new Azure.Analytics.PlanetaryComputer.MultiPolygon : seq<System.Collections.Generic.IList<System.Collections.Generic.IList<System.Collections.Generic.IList<single>>>> -> Azure.Analytics.PlanetaryComputer.MultiPolygon
Public Sub New (coordinates As IEnumerable(Of IList(Of IList(Of IList(Of Single)))))

Parameters

coordinates
IEnumerable<IList<IList<IList<Single>>>>

The coordinates of the multipolygon.

Exceptions

coordinates is null.

Applies to