Show / Hide Table of Contents

Class StacObjectLink

A link to a STAC object

Inheritance
System.Object
StacLink
StacObjectLink
Inherited Members
StacLink.Type
StacLink.Parent
StacLink.Length
StacLink.AdditionalProperties
StacLink.CreateSelfLink(Uri, String, String)
StacLink.CreateRootLink(Uri, String, String)
StacLink.CreateParentLink(Uri, String, String)
StacLink.CreateCollectionLink(Uri, String, String)
StacLink.CreateDerivedFromLink(Uri, String, String)
StacLink.CreateAlternateLink(Uri, String, String)
StacLink.CreateChildLink(Uri, String, String)
StacLink.CreateItemLink(Uri, String, String)
StacLink.CreateObjectLink(IStacObject, Uri)
StacLink.Clone()
Namespace: Stac
Assembly: DotNetStac.dll
Syntax
public class StacObjectLink : StacLink

Properties

| Improve this Doc View Source

ContentType

Gets or sets the Content-Type of the link.

Declaration
public override ContentType ContentType { get; set; }
Property Value
Type Description
ContentType
Overrides
StacLink.ContentType
| Improve this Doc View Source

RelationshipType

Gets or sets the relationship type of the link.

Declaration
public override string RelationshipType { get; set; }
Property Value
Type Description
System.String
Overrides
StacLink.RelationshipType
| Improve this Doc View Source

StacObject

Gets the STAC object

Declaration
public IStacObject StacObject { get; }
Property Value
Type Description
IStacObject
| Improve this Doc View Source

Title

Gets or sets the title of the link.

Declaration
public override string Title { get; set; }
Property Value
Type Description
System.String
Overrides
StacLink.Title
| Improve this Doc View Source

Uri

Gets or sets the URI of the link.

Declaration
public override Uri Uri { get; set; }
Property Value
Type Description
Uri
Overrides
StacLink.Uri

Extension Methods

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