Class EoStacExtension
Helper class to access the fields deined by the EO extension
Implements
Inherited Members
Namespace: Stac.Extensions.Eo
Assembly: DotNetStac.dll
Syntax
public class EoStacExtension : StacPropertiesContainerExtension, IStacExtension
Fields
| Improve this Doc View SourceJsonSchemaUrl
Declaration
public const string JsonSchemaUrl = null
Field Value
Type | Description |
---|---|
System.String |
Properties
| Improve this Doc View SourceBands
Gets or sets an array of available bands where each object is a Band Object.
Declaration
public EoBandObject[] Bands { get; set; }
Property Value
Type | Description |
---|---|
EoBandObject[] |
CloudCover
Gets or sets estimate of cloud cover
Declaration
public double? CloudCover { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
ItemFields
Gets potential fields and their types
Declaration
public override IDictionary<string, Type> ItemFields { get; }
Property Value
Type | Description |
---|---|
IDictionary<System.String, Type> |
Overrides
Methods
| Improve this Doc View SourceGetSummaryFunctions()
Get he potential summary functions for each field that can be summarized
Declaration
public override IDictionary<string, ISummaryFunction> GetSummaryFunctions()
Returns
Type | Description |
---|---|
IDictionary<System.String, ISummaryFunction> | Dictionary of summary functions |