StacLandingPage Class

Definition

https://github.com/radiantearth/stac-api-spec/blob/master/api-spec.md#ogc-api---features-endpoints Represents the STAC API landing page with links to available resources.

public class StacLandingPage : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.PlanetaryComputer.StacLandingPage>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.PlanetaryComputer.StacLandingPage>
type StacLandingPage = class
    interface IJsonModel<StacLandingPage>
    interface IPersistableModel<StacLandingPage>
Public Class StacLandingPage
Implements IJsonModel(Of StacLandingPage), IPersistableModel(Of StacLandingPage)
Inheritance
StacLandingPage
Implements

Properties

Name Description
ConformsTo

List of OGC API conformance classes implemented by this API.

CreatedOn

MSFT Created.

Description

Detailed description of the STAC catalog.

Id

Unique identifier for the STAC catalog.

Kind

Type.

Links

Links to related resources and endpoints.

ShortDescription

MSFT Short Description.

StacExtensions

URLs to STAC extensions implemented by this STAC resource.

StacVersion

Stac Version.

Title

Human-readable title for the STAC catalog.

UpdatedOn

MSFT Updated.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Operators

Name Description
Explicit(Response to StacLandingPage)

Explicit Interface Implementations

Name Description
IJsonModel<StacLandingPage>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<StacLandingPage>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<StacLandingPage>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<StacLandingPage>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<StacLandingPage>.Write(ModelReaderWriterOptions)

Applies to