PlanetaryComputerModelFactory.StacExtensionSpatialExtent 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.
https://github.com/radiantearth/stac-spec/blob/v1.0.0/collection-spec/collection-spec.md#spatial-extent-object Represents the spatial extent of a STAC collection with bounding boxes.
public static Azure.Analytics.PlanetaryComputer.StacExtensionSpatialExtent StacExtensionSpatialExtent(System.Collections.Generic.IEnumerable<System.Collections.Generic.IList<float>> boundingBox = default);
static member StacExtensionSpatialExtent : seq<System.Collections.Generic.IList<single>> -> Azure.Analytics.PlanetaryComputer.StacExtensionSpatialExtent
Public Shared Function StacExtensionSpatialExtent (Optional boundingBox As IEnumerable(Of IList(Of Single)) = Nothing) As StacExtensionSpatialExtent
Parameters
- boundingBox
- IEnumerable<IList<Single>>
Array of bounding boxes defining the spatial extent, in format [[west, south, east, north]].
Returns
A new StacExtensionSpatialExtent instance for mocking.