Show / Hide Table of Contents

Class VirtualAssetsStacExtension

Helper class to access the fields deined by the virtual assets extension

Inheritance
System.Object
StacPropertiesContainerExtension
VirtualAssetsStacExtension
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.VirtualAssets
Assembly: DotNetStac.dll
Syntax
public class VirtualAssetsStacExtension : StacPropertiesContainerExtension, IStacExtension

Fields

| Improve this Doc View Source

JsonSchemaUrl

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

VirtualAssetsField

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

Properties

| Improve this Doc View Source

Assets

Gets or sets virtual Assets

Declaration
public IDictionary<string, VirtualAsset> Assets { get; set; }
Property Value
Type Description
IDictionary<System.String, VirtualAsset>
| Improve this Doc View Source

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

Overrides
StacPropertiesContainerExtension.ItemFields

Implements

IStacExtension

Extension Methods

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