Class SatStacExtensionExtensions
Extension methods for the SatStacExtension
Inheritance
System.Object
SatStacExtensionExtensions
Namespace: Stac.Extensions.Sat
Assembly: DotNetStac.dll
Syntax
public static class SatStacExtensionExtensions : object
Methods
| Improve this Doc View SourceSatExtension(StacItem)
Gets the SatStacExtension from the StacItem.
Declaration
public static SatStacExtension SatExtension(this StacItem stacItem)
Parameters
Type | Name | Description |
---|---|---|
StacItem | stacItem | The StacItem. |
Returns
Type | Description |
---|---|
SatStacExtension | The SatStacExtension. |