StacItem interface

STAC 項目 (追加のメタデータを持つ GeoJSON 機能) を表します。

Extends

プロパティ

assets

アセット

boundingBox

特徴のバウンディングボックス座標

collection

このアイテムが所属するSTACコレクションのIDです。

eTag

MSFT ETag

geometry

特徴の形状を定義する幾何学的オブジェクト

id

特徴の一意識別子

properties

フィーチャに関連付けられた属性

timestamp

MSFT タイムスタンプ

type

GeoJSON型識別子

継承されたプロパティ

createdOn

MSFT創設

links

関連リソースやエンドポイントへのリンク。

shortDescription

MSFTの簡単な説明

stacExtensions

このSTACリソースで実装されたSTAC拡張機能へのURLです。

stacVersion

スタック版

updatedOn

MSFT更新

プロパティの詳細

assets

アセット

assets: Record<string, StacAsset>

プロパティ値

Record<string, StacAsset>

boundingBox

特徴のバウンディングボックス座標

boundingBox: number[]

プロパティ値

number[]

collection

このアイテムが所属するSTACコレクションのIDです。

collection?: string

プロパティ値

string

eTag

MSFT ETag

eTag?: string

プロパティ値

string

geometry

特徴の形状を定義する幾何学的オブジェクト

geometry: GeometryUnion

プロパティ値

id

特徴の一意識別子

id: string

プロパティ値

string

properties

フィーチャに関連付けられた属性

properties: StacItemProperties

プロパティ値

timestamp

MSFT タイムスタンプ

timestamp?: Date

プロパティ値

Date

type

GeoJSON型識別子

type: "Feature"

プロパティ値

"Feature"

継承されたプロパティの詳細

createdOn

MSFT創設

createdOn?: Date

プロパティ値

Date

StacItemOrStacItemCollection.createdOnから引き継ぎました

関連リソースやエンドポイントへのリンク。

links?: StacLink[]

プロパティ値

StacItemOrStacItemCollection.linksから継承

shortDescription

MSFTの簡単な説明

shortDescription?: string

プロパティ値

string

StacItemOrStacItemCollection.shortDescriptionから継承

stacExtensions

このSTACリソースで実装されたSTAC拡張機能へのURLです。

stacExtensions?: string[]

プロパティ値

string[]

StacItemOrStacItemCollection.stacExtensionsから引き継いだものです

stacVersion

スタック版

stacVersion?: string

プロパティ値

string

StacItemOrStacItemCollection.stacVersionから継承

updatedOn

MSFT更新

updatedOn?: Date

プロパティ値

Date

StacItemOrStacItemCollection.updatedOnから継承