次の方法で共有


Mosaics Assets For Tile Matrix Sets - Get Zxy Assets

Tile Tilematrixsetid As Path のアセット
特定のタイルとオーバーラップするアセットのリストを返します

GET https://contoso-catalog.gwhqfdeddydpareu.uksouth.geocatalog.spatio.azure.com/data/mosaic/{searchId}/tiles/{tileMatrixSetId}/{z}/{x}/{y}/assets?api-version=2025-04-30-preview
GET https://contoso-catalog.gwhqfdeddydpareu.uksouth.geocatalog.spatio.azure.com/data/mosaic/{searchId}/tiles/{tileMatrixSetId}/{z}/{x}/{y}/assets?api-version=2025-04-30-preview&scan_limit={scan_limit}&items_limit={items_limit}&time_limit={time_limit}&exitwhenfull={exitwhenfull}&skipcovered={skipcovered}

URI パラメーター

名前 / 必須 説明
searchId
path True

string

maxLength: 500
pattern: .*

検索ID(pgSTAC検索ハッシュ)

tileMatrixSetId
path True

string

maxLength: 500
pattern: .*

サポートされている TileMatrixSetId のいずれかを選択する識別子

x
path True

number (float)

選択した TileMatrix 上のタイルの列 (X) インデックス。 選択した TileMatrix の MatrixHeight-1 を超えることはできません。

y
path True

number (float)

選択した TileMatrix 上のタイルの行 (Y) インデックス。 選択した TileMatrix の MatrixWidth-1 を超えることはできません。

z
path True

number (float)

識別子 (Z): TileMatrixSet で定義されているスケールの 1 つを選択し、タイルのスケール分母を表します。

api-version
query True

string

minLength: 1

この操作に使用する API バージョン。

exitwhenfull
query

boolean

ジオメトリが完全に覆われたらすぐに戻ります(PgSTACのデフォルトはTrueです)。

items_limit
query

integer (int32)

ジオメトリごとにN個のアイテムがあるとすぐに戻ります(デフォルトはPgSTACで100です)。

scan_limit
query

integer (int32)

N個のアイテムをスキャンするとすぐに戻ります(PgSTACのデフォルトは10000です)。

skipcovered
query

boolean

前の項目の下に完全に表示される項目はスキップします (PgSTAC のデフォルトは True です)。

time_limit
query

integer (int32)

長いリクエストを避けるために N 秒後に戻ります (PgSTAC のデフォルトは 5)。

応答

名前 説明
200 OK

object[]

資産のリターンリスト

204 No Content

この要求に送信するコンテンツはありませんが、ヘッダーが役立つ場合があります。

Other Status Codes

Azure.Core.Foundations.ErrorResponse

予期しないエラー応答。

ヘッダー

x-ms-error-code: string

セキュリティ

OAuth2Auth

型: oauth2
フロー: implicit
Authorization URL (承認 URL): https://login.microsoftonline.com/common/oauth2/authorize

スコープ

名前 説明
https://geocatalog.spatio.azure.com/.default

MosaicsAssetsForTileMatrixSets_GetZxyAssets

要求のサンプル

GET https://contoso-catalog.gwhqfdeddydpareu.uksouth.geocatalog.spatio.azure.com/data/mosaic/e32e0b12176246816953d75e3356d613/tiles/WebMercatorQuad/12/47.6062/17/assets?api-version=2025-04-30-preview

応答のサンプル

[]

定義

名前 説明
Azure.Core.Foundations.Error

エラー オブジェクト。

Azure.Core.Foundations.ErrorResponse

エラーの詳細を含む応答。

Azure.Core.Foundations.InnerError

エラーに関するより具体的な情報を含むオブジェクト。 Microsoft One API のガイドラインに従って - https://github.com/microsoft/api-guidelines/blob/vNext/azure/Guidelines.md#handling-errors.

Azure.Core.Foundations.Error

エラー オブジェクト。

名前 説明
code

string

サーバー定義の一連のエラー コードの 1 つ。

details

Azure.Core.Foundations.Error[]

この報告されたエラーの原因となった特定のエラーに関する詳細の配列。

innererror

Azure.Core.Foundations.InnerError

エラーに関する現在のオブジェクトよりも具体的な情報を含むオブジェクト。

message

string

エラーについての、人間が判読できる文字列。

target

string

エラーのターゲット。

Azure.Core.Foundations.ErrorResponse

エラーの詳細を含む応答。

名前 説明
error

Azure.Core.Foundations.Error

エラー オブジェクト。

Azure.Core.Foundations.InnerError

エラーに関するより具体的な情報を含むオブジェクト。 Microsoft One API のガイドラインに従って - https://github.com/microsoft/api-guidelines/blob/vNext/azure/Guidelines.md#handling-errors.

名前 説明
code

string

サーバー定義の一連のエラー コードの 1 つ。

innererror

Azure.Core.Foundations.InnerError

内部エラー。