Class ProcessingStacExtension
Inheritance
System.Object
ProcessingStacExtension
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
|
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
Extension Methods