Class FileStacExtension
Helper class to access the fields defined by the File extension
Implements
Inherited Members
Namespace: Stac.Extensions.File
Assembly: DotNetStac.dll
Syntax
public class FileStacExtension : StacPropertiesContainerExtension, IStacExtension
Fields
| Improve this Doc View SourceJsonSchemaUrl
Declaration
public const string JsonSchemaUrl = null
Field Value
| Type | Description |
|---|---|
| System.String |
Properties
| Improve this Doc View SourceByteOrder
Gets or sets the byte order of integer values in the file. One of big-endian or little-endian.
Declaration
public ByteOrder ByteOrder { get; set; }
Property Value
| Type | Description |
|---|---|
| ByteOrder |
Checksum
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 Multihash Checksum { get; set; }
Property Value
| Type | Description |
|---|---|
| Multihash |
HeaderSize
Gets or sets the name of the facility that produced the data.
Declaration
public uint? HeaderSize { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.UInt32> |
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 SourceSize
Gets or sets the name of the facility that produced the data.
Declaration
public ulong? Size { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.UInt64> |
StacAsset
Gets get the STAC asset
Declaration
public StacAsset StacAsset { get; }
Property Value
| Type | Description |
|---|---|
| StacAsset |
Methods
| Improve this Doc View SourceGetSummaryFunctions()
Get he potential summary functions for each field that can be summarized
Declaration
public override IDictionary<string, ISummaryFunction> GetSummaryFunctions()
Returns
| Type | Description |
|---|---|
| IDictionary<System.String, ISummaryFunction> | Dictionary of summary functions |