Interface IStacExtension
Interface for Stac extensions
Namespace: Stac.Extensions
Assembly: DotNetStac.dll
Syntax
public interface IStacExtension
Properties
| Improve this Doc View SourceIdentifier
Gets the Stac Extension identifier.
Declaration
string Identifier { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceGetSummaryFunctions()
Gets the Stac Extension summary functions.
Declaration
IDictionary<string, ISummaryFunction> GetSummaryFunctions()
Returns
Type | Description |
---|---|
IDictionary<System.String, ISummaryFunction> | The Stac Extension summary functions. |