MultiPoint(IEnumerable<IList<Single>>) Constructor

Definition

Initializes a new instance of MultiPoint.

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

Parameters

coordinates
IEnumerable<IList<Single>>

The coordinates of the multipoint.

Exceptions

coordinates is null.

Applies to