Show / Hide Table of Contents

Class ProcessingStacExtension

Helper class to access the fields defined by the Processing extension

Inheritance
System.Object
StacPropertiesContainerExtension
ProcessingStacExtension
Implements
IStacExtension
Inherited Members
StacPropertiesContainerExtension.Identifier
StacPropertiesContainerExtension.StacPropertiesContainer
StacPropertiesContainerExtension.IsDeclared
StacPropertiesContainerExtension.CreateRangeSummaryObject<T>(IEnumerable<T>)
StacPropertiesContainerExtension.CreateSummaryValueSet<T>(IEnumerable<T>)
StacPropertiesContainerExtension.GetSummaryFunctions()
StacPropertiesContainerExtension.SetProperty(String, Object)
StacPropertiesContainerExtension.RemoveProperty(String)
StacPropertiesContainerExtension.DeclareStacExtension()
StacPropertiesContainerExtension.RemoveStacExtension()
Namespace: Stac.Extensions.Processing
Assembly: DotNetStac.dll
Syntax
public class ProcessingStacExtension : StacPropertiesContainerExtension, IStacExtension

Fields

| Improve this Doc View Source

FacilityField

Declaration
public const string FacilityField = null
Field Value
Type Description
System.String
| Improve this Doc View Source

JsonSchemaUrl

Declaration
public const string JsonSchemaUrl = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LevelField

Declaration
public const string LevelField = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LineageField

Declaration
public const string LineageField = null
Field Value
Type Description
System.String
| Improve this Doc View Source

SoftwareField

Declaration
public const string SoftwareField = null
Field Value
Type Description
System.String

Properties

| Improve this Doc View Source

Facility

Gets or sets the name of the facility that produced the data.

Declaration
public string Facility { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ItemFields

Gets potential fields and their types

Declaration
public override IDictionary<string, Type> ItemFields { get; }
Property Value
Type Description
IDictionary<System.String, Type>
Overrides
StacPropertiesContainerExtension.ItemFields
| Improve this Doc View Source

Level

Gets or sets the name commonly used to refer to the processing level to make it easier to search for product level across collections or items.

Declaration
public string Level { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Lineage

Gets or sets lineage Information provided as free text information about the how observations were processed or models that were used to create the resource being described NASA ISO.

Declaration
public string Lineage { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Software

Gets a dictionary with name/version for key/value describing one or more softwares that produced the data.

Declaration
public IDictionary<string, string> Software { get; }
Property Value
Type Description
IDictionary<System.String, System.String>

Implements

IStacExtension

Extension Methods

StacAccessorsHelpers.ToStringByAttributes(Object)
ProcessingStacExtensionExtensions.Init(ProcessingStacExtension, String, String, String)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX