Class ViewStacExtensionExtensions
Extension methods for accessing View extension
Inheritance
System.Object
ViewStacExtensionExtensions
Namespace: Stac.Extensions.View
Assembly: DotNetStac.dll
Syntax
public static class ViewStacExtensionExtensions : object
Methods
| Improve this Doc View SourceViewExtension(StacItem)
Gets the View extension from a StacItem
Declaration
public static ViewStacExtension ViewExtension(this StacItem stacItem)
Parameters
Type | Name | Description |
---|---|---|
StacItem | stacItem | The StacItem |
Returns
Type | Description |
---|---|
ViewStacExtension | The View extension |