PlanetaryComputerModelFactory.MultiPoint Method

Definition

Represents a MultiPoint.

public static Azure.Analytics.PlanetaryComputer.MultiPoint MultiPoint(System.Collections.Generic.IEnumerable<float> boundingBox = default, System.Collections.Generic.IEnumerable<System.Collections.Generic.IList<float>> coordinates = default);
static member MultiPoint : seq<single> * seq<System.Collections.Generic.IList<single>> -> Azure.Analytics.PlanetaryComputer.MultiPoint
Public Shared Function MultiPoint (Optional boundingBox As IEnumerable(Of Single) = Nothing, Optional coordinates As IEnumerable(Of IList(Of Single)) = Nothing) As MultiPoint

Parameters

boundingBox
IEnumerable<Single>

Optional bounding box of the geometry.

coordinates
IEnumerable<IList<Single>>

The coordinates of the multipoint.

Returns

A new MultiPoint instance for mocking.

Applies to