Show / Hide Table of Contents

Class StacExtensions

Helper class to access STAC extensions

Inheritance
System.Object
StacExtensions
Namespace: Stac.Extensions
Assembly: DotNetStac.dll
Syntax
public static class StacExtensions : object

Properties

| Improve this Doc View Source

ManagedStacExtensions

Gets dictionary of extensions managed by the library

Declaration
public static Dictionary<string, Type> ManagedStacExtensions { get; }
Property Value
Type Description
Dictionary<System.String, Type>

Dictionary of extensions managed by the library

Methods

| Improve this Doc View Source

GetDeclaredExtensions(IStacPropertiesContainer)

Get the declared extensions for a specific stac properties container

Declaration
public static IEnumerable<IStacExtension> GetDeclaredExtensions(this IStacPropertiesContainer stacPropertiesContainer)
Parameters
Type Name Description
IStacPropertiesContainer stacPropertiesContainer

The stac properties container

Returns
Type Description
IEnumerable<IStacExtension>

Collection of extensions

| Improve this Doc View Source

InitManagedExtensions()

Initialize the managed extensions

Declaration
public static void InitManagedExtensions()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX