Class ProjectionStacExtensionExtensions
Helper class to access the Projection extension.
Inheritance
System.Object
ProjectionStacExtensionExtensions
Namespace: Stac.Extensions.Projection
Assembly: DotNetStac.dll
Syntax
public static class ProjectionStacExtensionExtensions : object
Methods
| Improve this Doc View SourceProjectionExtension(StacAsset)
Get the Projection extension from a Stac Asset.
Declaration
public static ProjectionStacExtension ProjectionExtension(this StacAsset stacAsset)
Parameters
Type | Name | Description |
---|---|---|
StacAsset | stacAsset | The Stac Asset. |
Returns
Type | Description |
---|---|
ProjectionStacExtension | The Projection extension. |
ProjectionExtension(StacItem)
Get the Projection extension from a StacItem.
Declaration
public static ProjectionStacExtension ProjectionExtension(this StacItem stacItem)
Parameters
Type | Name | Description |
---|---|---|
StacItem | stacItem | The StacItem. |
Returns
Type | Description |
---|---|
ProjectionStacExtension | The Projection extension. |