Show / Hide Table of Contents

Interface IStacExtension

Interface for Stac extensions

Namespace: Stac.Extensions
Assembly: DotNetStac.dll
Syntax
public interface IStacExtension

Properties

| Improve this Doc View Source

Identifier

Gets the Stac Extension identifier.

Declaration
string Identifier { get; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

GetSummaryFunctions()

Gets the Stac Extension summary functions.

Declaration
IDictionary<string, ISummaryFunction> GetSummaryFunctions()
Returns
Type Description
IDictionary<System.String, ISummaryFunction>

The Stac Extension summary functions.

Extension Methods

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