Class StorageStacExtensionExtensions
Extension methods for accessing Storage extension
Inheritance
System.Object
StorageStacExtensionExtensions
Namespace: Stac.Extensions.Storage
Assembly: DotNetStac.dll
Syntax
public static class StorageStacExtensionExtensions : object
Methods
| Improve this Doc View SourceStorageExtension(StacAsset)
Get StorageStacExtension class from a STAC Asset
Declaration
public static StorageStacExtension StorageExtension(this StacAsset stacAsset)
Parameters
| Type | Name | Description |
|---|---|---|
| StacAsset | stacAsset | The STAC Asset |
Returns
| Type | Description |
|---|---|
| StorageStacExtension | The StorageStacExtension class |
StorageExtension(StacItem)
Get StorageStacExtension class from a STAC Item
Declaration
public static StorageStacExtension StorageExtension(this StacItem stacItem)
Parameters
| Type | Name | Description |
|---|---|---|
| StacItem | stacItem | The STAC Item |
Returns
| Type | Description |
|---|---|
| StorageStacExtension | The StorageStacExtension class |