PlanetaryComputerModelFactory.StacLandingPage Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 static Azure.Analytics.PlanetaryComputer.StacLandingPage StacLandingPage(DateTimeOffset? createdOn = default, DateTimeOffset? updatedOn = default, string shortDescription = default, System.Collections.Generic.IEnumerable<string> stacExtensions = default, string id = default, string description = default, string title = default, string stacVersion = default, System.Collections.Generic.IEnumerable<Uri> conformsTo = default, System.Collections.Generic.IEnumerable<Azure.Analytics.PlanetaryComputer.StacLink> links = default, string kind = default);
static member StacLandingPage : Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string * seq<string> * string * string * string * string * seq<Uri> * seq<Azure.Analytics.PlanetaryComputer.StacLink> * string -> Azure.Analytics.PlanetaryComputer.StacLandingPage
Public Shared Function StacLandingPage (Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional updatedOn As Nullable(Of DateTimeOffset) = Nothing, Optional shortDescription As String = Nothing, Optional stacExtensions As IEnumerable(Of String) = Nothing, Optional id As String = Nothing, Optional description As String = Nothing, Optional title As String = Nothing, Optional stacVersion As String = Nothing, Optional conformsTo As IEnumerable(Of Uri) = Nothing, Optional links As IEnumerable(Of StacLink) = Nothing, Optional kind As String = Nothing) As StacLandingPage
Parameters
- createdOn
- Nullable<DateTimeOffset>
MSFT Created.
- updatedOn
- Nullable<DateTimeOffset>
MSFT Updated.
- shortDescription
- String
MSFT Short Description.
- stacExtensions
- IEnumerable<String>
URLs to STAC extensions implemented by this STAC resource.
- id
- String
Unique identifier for the STAC catalog.
- description
- String
Detailed description of the STAC catalog.
- title
- String
Human-readable title for the STAC catalog.
- stacVersion
- String
Stac Version.
- conformsTo
- IEnumerable<Uri>
List of OGC API conformance classes implemented by this API.
- links
- IEnumerable<StacLink>
Links to related resources and endpoints.
- kind
- String
Type.
Returns
A new StacLandingPage instance for mocking.