StacExtensionExtent Constructor
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.
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.