Interface IStacObject
Common interface for all Stac objects
Namespace: Stac
Assembly: DotNetStac.dll
Syntax
public interface IStacObject : IStacPropertiesContainer, ILinksCollectionObject
Properties
| Improve this Doc View SourceId
Gets the id of the object
Declaration
string Id { get; }
Property Value
Type | Description |
---|---|
System.String |
Links
Gets the description of the object
Declaration
ICollection<StacLink> Links { get; }
Property Value
Type | Description |
---|---|
ICollection<StacLink> |
MediaType
Gets the type of the object
Declaration
ContentType MediaType { get; }
Property Value
Type | Description |
---|---|
ContentType |
StacExtensions
Gets the STAC extensions of the object
Declaration
ICollection<string> StacExtensions { get; }
Property Value
Type | Description |
---|---|
ICollection<System.String> |
StacVersion
Gets the STAC version of the object
Declaration
SemVersion StacVersion { get; }
Property Value
Type | Description |
---|---|
SemVersion |
Title
Gets the title of the object
Declaration
string Title { get; }
Property Value
Type | Description |
---|---|
System.String |