PlanetaryComputerModelFactory.StacItemBounds Method

Definition

Geographic extent of a dataset expressed as a bounding box.

public static Azure.Analytics.PlanetaryComputer.StacItemBounds StacItemBounds(System.Collections.Generic.IEnumerable<float> bounds = default);
static member StacItemBounds : seq<single> -> Azure.Analytics.PlanetaryComputer.StacItemBounds
Public Shared Function StacItemBounds (Optional bounds As IEnumerable(Of Single) = Nothing) As StacItemBounds

Parameters

bounds
IEnumerable<Single>

Array of coordinates defining the bounding box [west, south, east, north].

Returns

A new StacItemBounds instance for mocking.

Applies to