StacCollectionTemporalExtent 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#temporal-extent-object Represents the temporal extent of a STAC collection with time intervals.
public class StacCollectionTemporalExtent : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.PlanetaryComputer.StacCollectionTemporalExtent>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.PlanetaryComputer.StacCollectionTemporalExtent>
type StacCollectionTemporalExtent = class
interface IJsonModel<StacCollectionTemporalExtent>
interface IPersistableModel<StacCollectionTemporalExtent>
Public Class StacCollectionTemporalExtent
Implements IJsonModel(Of StacCollectionTemporalExtent), IPersistableModel(Of StacCollectionTemporalExtent)
- Inheritance
-
StacCollectionTemporalExtent
- Implements
Constructors
| Name | Description |
|---|---|
| StacCollectionTemporalExtent(IEnumerable<IList<String>>) |
Initializes a new instance of StacCollectionTemporalExtent. |
Properties
| Name | Description |
|---|---|
| Interval |
Array of time intervals in format [[start_datetime, end_datetime]]. |