PlanetaryComputerModelFactory.StacExtensionExtent 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#extent-object Represents the spatial and temporal extent of a STAC collection.
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.