Show / Hide Table of Contents

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 Source

StacTemporalExtent(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

| Improve this Doc View Source

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 Source

Interval

Gets or sets potential temporal extents.

Declaration
public DateTime? [][] Interval { get; set; }
Property Value
Type Description
System.Nullable<DateTime>[][]

Potential temporal extents.

Extension Methods

StacAccessorsHelpers.ToStringByAttributes(Object)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX