Show / Hide Table of Contents

Interface IStacCatalog

Common interface for all Stac catalogs (catalogs, collections)

Inherited Members
IStacObject.Id
IStacObject.Title
IStacObject.StacVersion
IStacObject.Links
IStacObject.MediaType
IStacObject.StacExtensions
IStacPropertiesContainer.Properties
IStacPropertiesContainer.StacObjectContainer
Namespace: Stac
Assembly: DotNetStac.dll
Syntax
public interface IStacCatalog : IStacParent, IStacObject, IStacPropertiesContainer, ILinksCollectionObject

Extension Methods

StacAccessorsHelpers.SetProperty(IStacObject, String, Object)
StacAccessorsHelpers.SetProperty(IStacPropertiesContainer, String, Object)
StacAccessorsHelpers.GetProperty(IStacPropertiesContainer, String)
StacAccessorsHelpers.GetProperty<T>(IStacPropertiesContainer, String)
StacAccessorsHelpers.ToStringByAttributes(Object)
StacAccessorsHelpers.GetObservableCollectionProperty<T>(IStacPropertiesContainer, String)
StacAccessorsHelpers.RemoveProperty(IStacPropertiesContainer, String)
StacAccessorsHelpers.GetChildrenLinks(IStacParent)
StacAccessorsHelpers.GetItemLinks(IStacParent)
PatchHelpers.Patch<T>(T, IDictionary<String, Object>)
PatchHelpers.Patch<T>(T, IStacObject)
StacExtensions.GetDeclaredExtensions(IStacPropertiesContainer)
DisasterStacExtensionExtensions.DisasterExtension(IStacObject)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX