PlanetaryComputerModelFactory.StacExtensionExtent Method

Definition

public static Azure.Analytics.PlanetaryComputer.StacExtensionExtent StacExtensionExtent(Azure.Analytics.PlanetaryComputer.StacExtensionSpatialExtent spatial = default, Azure.Analytics.PlanetaryComputer.StacCollectionTemporalExtent temporal = default);
static member StacExtensionExtent : Azure.Analytics.PlanetaryComputer.StacExtensionSpatialExtent * Azure.Analytics.PlanetaryComputer.StacCollectionTemporalExtent -> Azure.Analytics.PlanetaryComputer.StacExtensionExtent
Public Shared Function StacExtensionExtent (Optional spatial As StacExtensionSpatialExtent = Nothing, Optional temporal As StacCollectionTemporalExtent = Nothing) As StacExtensionExtent

Parameters

spatial
StacExtensionSpatialExtent

Spatial extent defined by bounding boxes. See the STAC Collection Spec.

temporal
StacCollectionTemporalExtent

Temporal extent defined by time intervals. See the STAC Collection Spec.

Returns

A new StacExtensionExtent instance for mocking.

Applies to