Interface IStacSummaryItem
Provides the summary item interface for Collections
Namespace: Stac.Collection
Assembly: DotNetStac.dll
Syntax
public interface IStacSummaryItem : IEnumerable<JToken>
Properties
| Improve this Doc View SourceAsJToken
Gets the summary item as a JToken
Declaration
JToken AsJToken { get; }
Property Value
Type | Description |
---|---|
JToken | The summary item as a JToken |
Item[Object]
Gets or sets the summary value with the specified fields (for objects only)
Declaration
JToken this[object key] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Object | key | The key. |
Property Value
Type | Description |
---|---|
JToken | The |
Methods
| Improve this Doc View SourceEnumerate()
Gets the summary item as a JToken
Declaration
IEnumerable<object> Enumerate()
Returns
Type | Description |
---|---|
IEnumerable<System.Object> | The summary item as a JToken |