Class StacTemporalExtent
The class represents the temporal extents. Temporal Extent Object
Inheritance
System.Object
StacTemporalExtent
Namespace: Stac.Collection
Assembly: DotNetStac.dll
Syntax
public class StacTemporalExtent : object
Constructors
| Improve this Doc View SourceStacTemporalExtent(StacTemporalExtent)
Initializes a new instance of the StacTemporalExtent class. Intialize a new Stac Temporal Extent from an exisiting one (clone)
Declaration
public StacTemporalExtent(StacTemporalExtent temporal)
Parameters
Type | Name | Description |
---|---|---|
StacTemporalExtent | temporal | The temporal extent to clone |
StacTemporalExtent(Nullable<DateTime>, Nullable<DateTime>)
Initializes a new instance of the StacTemporalExtent class.
Declaration
public StacTemporalExtent(DateTime? start, DateTime? end)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<DateTime> | start | Start time |
System.Nullable<DateTime> | end | End time |
Properties
| Improve this Doc View SourceInterval
Gets or sets potential temporal extents.
Declaration
public DateTime? [][] Interval { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<DateTime>[][] | Potential temporal extents. |