StacExtensionExtent Constructor

Definition

Initializes a new instance of StacExtensionExtent.

public StacExtensionExtent(Azure.Analytics.PlanetaryComputer.StacExtensionSpatialExtent spatial, Azure.Analytics.PlanetaryComputer.StacCollectionTemporalExtent temporal);
new Azure.Analytics.PlanetaryComputer.StacExtensionExtent : Azure.Analytics.PlanetaryComputer.StacExtensionSpatialExtent * Azure.Analytics.PlanetaryComputer.StacCollectionTemporalExtent -> Azure.Analytics.PlanetaryComputer.StacExtensionExtent
Public Sub New (spatial As StacExtensionSpatialExtent, temporal As StacCollectionTemporalExtent)

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.

Exceptions

spatial or temporal is null.

Applies to