Show / Hide Table of Contents

Class ProcessingStacExtensionExtensions

Helper class to access the Processing extension

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

Methods

| Improve this Doc View Source

Init(ProcessingStacExtension, String, String, String)

Initialize the major fields of processing extensions

Declaration
public static void Init(this ProcessingStacExtension processingStacExtension, string lineage, string level, string facility = null)
Parameters
Type Name Description
ProcessingStacExtension processingStacExtension

The processing extension

System.String lineage

The lineage

System.String level

The level

System.String facility

The facility

| Improve this Doc View Source

ProcessingExtension(StacItem)

Gets the ProcessingStacExtension class from a StacItem

Declaration
public static ProcessingStacExtension ProcessingExtension(this StacItem stacItem)
Parameters
Type Name Description
StacItem stacItem

The STAC item

Returns
Type Description
ProcessingStacExtension

The ProcessingStacExtension class

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