Show / Hide Table of Contents

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 Source

ProjectionExtension(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.

| Improve this Doc View Source

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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX