Show / Hide Table of Contents

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 Source

StorageExtension(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

| Improve this Doc View Source

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

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX