StacExtensionExtent Class
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 class StacExtensionExtent : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.PlanetaryComputer.StacExtensionExtent>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.PlanetaryComputer.StacExtensionExtent>
type StacExtensionExtent = class
interface IJsonModel<StacExtensionExtent>
interface IPersistableModel<StacExtensionExtent>
Public Class StacExtensionExtent
Implements IJsonModel(Of StacExtensionExtent), IPersistableModel(Of StacExtensionExtent)
- Inheritance
-
StacExtensionExtent
- Implements
Constructors
| Name | Description |
|---|---|
| StacExtensionExtent(StacExtensionSpatialExtent, StacCollectionTemporalExtent) |
Initializes a new instance of StacExtensionExtent. |
Properties
| Name | Description |
|---|---|
| Spatial |
Spatial extent defined by bounding boxes. See the STAC Collection Spec. |
| Temporal |
Temporal extent defined by time intervals. See the STAC Collection Spec. |