Class VirtualAssetsStacExtension
Helper class to access the fields deined by the virtual assets extension
Implements
Inherited Members
Namespace: Stac.Extensions.VirtualAssets
Assembly: DotNetStac.dll
Syntax
public class VirtualAssetsStacExtension : StacPropertiesContainerExtension, IStacExtension
Fields
| Improve this Doc View SourceJsonSchemaUrl
Declaration
public const string JsonSchemaUrl = null
Field Value
Type | Description |
---|---|
System.String |
VirtualAssetsField
Declaration
public const string VirtualAssetsField = null
Field Value
Type | Description |
---|---|
System.String |
Properties
| Improve this Doc View SourceAssets
Gets or sets virtual Assets
Declaration
public IDictionary<string, VirtualAsset> Assets { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<System.String, VirtualAsset> |
ItemFields
Gets get the potential fields of the extensions and their type
Declaration
public override IDictionary<string, Type> ItemFields { get; }
Property Value
Type | Description |
---|---|
IDictionary<System.String, Type> | Get the potential fields of the extensions and their type |