Show / Hide Table of Contents

Class SatStacExtensionHelpers

Helpers methods for the SatStacExtension

Inheritance
System.Object
SatStacExtensionHelpers
Namespace: Stac.Extensions.Sat
Assembly: DotNetStac.dll
Syntax
public static class SatStacExtensionHelpers : object

Methods

| Improve this Doc View Source

CalculateBaseline(SatStacExtension, SatStacExtension)

Calculates the baseline.

Declaration
public static BaselineVector CalculateBaseline(this SatStacExtension sat1, SatStacExtension sat2)
Parameters
Type Name Description
SatStacExtension sat1

Sat1.

SatStacExtension sat2

Sat2.

Returns
Type Description
BaselineVector

The baseline.

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