PlanetaryComputerModelFactory.MultiPolygon Method

Definition

Represents a MultiPolygon.

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

Parameters

boundingBox
IEnumerable<Single>

Optional bounding box of the geometry.

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

The coordinates of the multipolygon.

Returns

A new MultiPolygon instance for mocking.

Applies to