PlanetaryComputerModelFactory.StacItemBounds Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.