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 SourceManagedStacExtensions
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 SourceGetDeclaredExtensions(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 |
InitManagedExtensions()
Initialize the managed extensions
Declaration
public static void InitManagedExtensions()